Comment 3 for bug 1545609

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/281501
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=f0c3b4e69dc56934305442b505d5f5f68579f1f2
Submitter: Jenkins
Branch: master

commit f0c3b4e69dc56934305442b505d5f5f68579f1f2
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.baremetal.v1 | baremetal set |

    Change-Id: Ifa1c149cb5c66ba27dc72bf72d7c8f2f50e42f73
    Closes-Bug: 1545609