From: Zack Cerza Date: Thu, 11 Aug 2016 21:30:57 +0000 (-0600) Subject: Work around regression in openstacksdk 0.9.2 X-Git-Tag: 1.1.0~550^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F930%2Fhead;p=teuthology.git Work around regression in openstacksdk 0.9.2 ... that caused `openstack ip floating list -f json` to fail and return "Connection failure that may be retried." Signed-off-by: Zack Cerza --- diff --git a/setup.py b/setup.py index 5945b0b74..c6ff789b6 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,10 @@ setup( 'pyopenssl>=0.13', 'ndg-httpsclient', 'pyasn1', + # Work around regression in 0.9.2 that caused + # `openstack ip floating list -f json` to fail and return + # "Connection failure that may be retried." + 'openstacksdk != 0.9.2', # python-novaclient is specified here, even though it is # redundant, because python-openstackclient requires # Babel, and installs 2.3.3, which is forbidden by