python-openstackclient/releasenotes/notes/bug-1545609-bdc1efc17214463b.yaml
Brandon Palm f0c3b4e69d 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.baremetal.v1 | baremetal set |

Change-Id: Ifa1c149cb5c66ba27dc72bf72d7c8f2f50e42f73
Closes-Bug: 1545609
2016-03-09 16:00:39 +00:00

6 lines
160 B
YAML

---
fixes:
- |
Fixed ``openstack command list`` to display properly
[Bug `1545609 <https://bugs.launchpad.net/python-openstackclient/+bug/1545609>`_]