2017-02-28 09:57:40 |
Dinesh Bhor |
bug |
|
|
added bug |
2017-02-28 09:57:57 |
Dinesh Bhor |
description |
If you pass incorrect formatted metadata to the 'boot', 'rebuild' and 'image-create'
apis returns following error:
ERROR (ValueError): dictionary update sequence element #0 has length 1; 2 is required
The above error message is not user friendly. It doesn't give proper information to user
to change the input accordingly.
Command:
nova boot --image <image-id> --flavor 1 --meta HA_Enabled,qad <instance_name>
Output:
ERROR (ValueError): dictionary update sequence element #0 has length 1; 2 is required
The metdata(--meta) should be in key=value pair. |
If you pass incorrect formatted metadata to the 'boot', 'rebuild' and 'image-create'
apis returns following error:
ERROR (ValueError): dictionary update sequence element #0 has length 1; 2 is required
The above error message is not user friendly. It doesn't give proper information to user to change the input accordingly.
Command:
nova boot --image <image-id> --flavor 1 --meta HA_Enabled,qad <instance_name>
Output:
ERROR (ValueError): dictionary update sequence element #0 has length 1; 2 is required
The metdata(--meta) should be in key=value pair. |
|
2017-02-28 09:58:08 |
Dinesh Bhor |
python-novaclient: assignee |
|
Dinesh Bhor (dinesh-bhor) |
|
2017-02-28 10:04:27 |
Dinesh Bhor |
description |
If you pass incorrect formatted metadata to the 'boot', 'rebuild' and 'image-create'
apis returns following error:
ERROR (ValueError): dictionary update sequence element #0 has length 1; 2 is required
The above error message is not user friendly. It doesn't give proper information to user to change the input accordingly.
Command:
nova boot --image <image-id> --flavor 1 --meta HA_Enabled,qad <instance_name>
Output:
ERROR (ValueError): dictionary update sequence element #0 has length 1; 2 is required
The metdata(--meta) should be in key=value pair. |
If you pass incorrect formatted metadata to the 'boot', 'rebuild' and 'image-create'
apis returns following error:
ERROR (ValueError): dictionary update sequence element #0 has length 1; 2 is required
The above error message is not user friendly. It doesn't give proper information to user to change the input accordingly.
Command:
nova boot --image <image-id> --flavor 1 --meta HA_Enabled,qad <instance_name>
Output:
ERROR (ValueError): dictionary update sequence element #0 has length 1; 2 is required
The metdata(--meta) should be in key=value pair.
The same issue is there for 'image-create' and 'rebuild' apis. |
|
2017-03-06 05:55:00 |
OpenStack Infra |
python-novaclient: status |
New |
In Progress |
|
2017-03-10 14:24:14 |
Matt Riedemann |
python-novaclient: importance |
Undecided |
Medium |
|
2017-03-10 14:24:19 |
Matt Riedemann |
nominated for series |
|
python-novaclient/ocata |
|
2017-03-10 14:24:19 |
Matt Riedemann |
bug task added |
|
python-novaclient/ocata |
|
2017-03-10 15:10:39 |
Matt Riedemann |
python-novaclient/ocata: status |
New |
In Progress |
|
2017-03-10 15:10:41 |
Matt Riedemann |
python-novaclient/ocata: importance |
Undecided |
Medium |
|
2017-03-10 15:10:43 |
Matt Riedemann |
python-novaclient/ocata: assignee |
|
Matt Riedemann (mriedem) |
|
2017-03-10 15:42:28 |
OpenStack Infra |
python-novaclient: status |
In Progress |
Fix Released |
|
2017-04-30 12:42:11 |
OpenStack Infra |
python-novaclient/ocata: status |
In Progress |
Fix Committed |
|