python-openstackclient/openstackclient
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
..
api Merge "Clean up unnecessary import of urlparse module" 2016-03-01 23:51:00 +00:00
common Fixed command list 2016-03-09 16:00:39 +00:00
compute Merge "Add --reason for disable service" 2016-03-09 07:12:51 +00:00
identity Trivial: Remove useless return 2016-03-07 17:54:06 +08:00
image Fix return value of "image set" command 2016-02-29 16:18:55 +08:00
locale Update translation setup 2016-01-29 08:18:50 +09:00
network Add 'port set' command 2016-03-08 09:48:50 -06:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
tests Fixed command list 2016-03-09 16:00:39 +00:00
volume Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Fix regression in interactive client mode 2016-03-01 13:45:19 +03:00