]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
openstack: server show must always return array 677/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 26 Oct 2015 09:09:47 +0000 (18:09 +0900)
committerLoic Dachary <ldachary@redhat.com>
Wed, 28 Oct 2015 05:38:20 +0000 (14:38 +0900)
commit52c0eea70fdc2215b338ad609ed518c62210dce7
tree9f2d0b285ef3f52556d2878dae42bb348192902d
parent36330202698a5f4cc5d4e1d83e68494c8374894a
openstack: server show must always return array

If cliff-tablib is not present, the output of openstack server show is a
dictionary, otherwise it is a list of Field/Value pairs. Since
cliff-tablib is not a required dependency of python-openstack client,
the output format of openstack server show may vary. Add cliff-tablib as
a dependency so that the output format is always the same.

https://bugs.launchpad.net/python-openstackclient/+bug/1510546

Signed-off-by: Loic Dachary <ldachary@redhat.com>
setup.py