'Openstack command list' command shows the invalid output
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Opinion
|
Undecided
|
Unassigned | ||
Bug Description
Hi,
I have installed Mitaka release and getting following output for running command 'openstack command list' which seems to be invalid.
root@con:/home/con# 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.v2 | ['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.dns.v2 | ['zone transfer accept request', 'zone blacklist create', 'zone axfr', 'tld show', 'recordset set', 'zone show', 'tld create', 'ptr record unset', 'recordset list', 'zone transfer accept show', 'ptr record list', 'zone blacklist show', 'zone set', 'zone create', 'zone blacklist delete', 'zone transfer request list', 'zone transfer request set', 'recordset create', 'recordset show', 'tld set', 'ptr record show', 'zone transfer request delete', 'zone abandon', 'tld list', 'tld delete', 'zone transfer request create', 'zone list', 'zone transfer request show', 'zone delete', 'recordset delete', 'zone blacklist set', 'zone blacklist list', 'ptr record set'] |
| openstack.
| openstack.common | ['limits show', 'extension list', 'configuration show', 'availability zone list', 'quota set', 'quota show'] |
| openstack.extension | [] |
+------
| description: | updated |
| description: | updated |
Why is the output invalid? `openstack commands` is supposed to list all the commands a user can do, this is different from help, since those commands are API specific, this is more of a listing of all entry points across all openstackclient plugins.
Are you commenting on the readability of the output? I'd argue that it's meant for more debugging purposes, but I'm open to hear suggestions on how to improve the readability.