From: Loic Dachary Date: Wed, 16 Sep 2015 23:25:41 +0000 (+0200) Subject: openstack: workaround os-client-config 1.7.0 regression X-Git-Tag: 1.1.0~816^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F630%2Fhead;p=teuthology.git openstack: workaround os-client-config 1.7.0 regression Signed-off-by: Loic Dachary --- diff --git a/setup.py b/setup.py index 646ad2d32..037195c34 100644 --- 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', ],