Unformated output of "command list"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| python-openstackclient |
Fix Released
|
Undecided
|
Brandon Palm |
Bug Description
Output of "command list" is not in readable format.
Refer below for reference:
(openstack) command list
| Command Group | Commands |
+------
| openstack.cli | ['module list', 'command list'] |
| openstack.
| openstack.
| openstack.image.v2 | ['image set', 'image add project', 'image delete', 'image remove project', 'image create', 'image list', 'image show', 'image save'] |
| openstack.volume.v1 | ['volume qos set', 'snapshot show', 'volume qos list', 'backup create', 'volume list', 'snapshot delete', 'backup list', 'volume show', 'snapshot unset', 'volume set', 'volume qos delete', 'backup delete', 'volume create', 'volume qos associate', 'volume type list', 'volume type create', 'backup restore', 'volume qos create', 'volume unset', 'backup show', 'volume qos disassociate', 'volume type delete', 'volume type set', 'snapshot set', 'volume qos unset', 'volume type show', 'snapshot list', 'volume delete', 'snapshot create', 'volume type unset', 'volume qos show'] |
| openstack.
| openstack.
| openstack.
| openstack.
description: | updated |
Changed in python-openstackclient: | |
assignee: | nobody → Sheel Rana (ranasheel2000) |
Changed in python-openstackclient: | |
assignee: | Sheel Rana (ranasheel2000) → Brandon Palm (bapalm) |
Changed in python-openstackclient: | |
status: | New → In Progress |
Sheel Rana (ranasheel2000) wrote : | #1 |
Sheel Rana (ranasheel2000) wrote : | #2 |
fix proposed here:
https:/
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit f0c3b4e69dc5693
Author: Brandon Palm <email address hidden>
Date: Wed Feb 17 20:01:23 2016 +0000
Fixed command list
The cliff module expects an array of tuples however
the array that this function was returning was an array
of tuples that was also containing an array of values for
the commands attached to each group and the
cliff module wasn't liking it.
The output now comes out looking like:
| openstack.common | limits show |
| | extension list |
| openstack.
Change-Id: Ifa1c149cb5c66b
Closes-Bug: 1545609
Changed in python-openstackclient: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/
Dear Brandon,
I am already working on this.