list of attached volumes in nova show is unreadable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
New
|
Undecided
|
moorryan |
Bug Description
Description of problem:
The implementation of the the RFE Bug 978519 is problematic:
The list of the volumes attached is presented in the 'nova show' output as a list of dictionaries, like so:
os-extended-
The "u'id" key is irrelevant to the administrator and it is unnecessary.
When there are more than 2 volumes attached to the instance the display is unreadable:
| os-extended-
Version-Release number of selected component (if applicable):
openstack-
openstack-
python-
python-
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
openstack-
Red Hat Enterprise Linux Server release 6.5
Steps to Reproduce:
1. attach volumes to an instance
2. run nova show <instance name / uid>
Expected results:
a clean list of the uid's of the volumes attached to the instance.
Changed in python-novaclient: | |
assignee: | nobody → Shree Duth Awasthi (shreeduth-awasthi) |
Changed in python-novaclient: | |
status: | New → Confirmed |
I imagine you are referring to blueprint servers- add-volume- list
The dict containing the volume ID's should be parsed and presented properly by the nova client, no the nova api.