]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: workaround os-client-config 1.7.0 regression 630/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 16 Sep 2015 23:25:41 +0000 (01:25 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 17 Sep 2015 06:52:24 +0000 (08:52 +0200)
Signed-off-by: Loic Dachary <loic@dachary.org>
setup.py

index 646ad2d322130392f14b6a449826cf2d030978be..037195c343a340a8a049f38206a2e09ca086fe9c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -55,6 +55,7 @@ setup(
                       'pyopenssl>=0.13',
                       'ndg-httpsclient',
                       'pyasn1',
+                      'os-client-config == 1.6.3', # https://bugs.launchpad.net/os-client-config/+bug/1496624
                       'python-openstackclient',
                       ],