]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Work around regression in openstacksdk 0.9.2 930/head
authorZack Cerza <zack@redhat.com>
Thu, 11 Aug 2016 21:30:57 +0000 (15:30 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 11 Aug 2016 21:30:57 +0000 (15:30 -0600)
... that caused `openstack ip floating list -f json` to fail and return
"Connection failure that may be retried."

Signed-off-by: Zack Cerza <zack@redhat.com>
setup.py

index 5945b0b7417ed5ae7e625e6e240a650d9e1f1d27..c6ff789b6af9dbb531bd631d610c2bb98957931b 100644 (file)
--- 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