Un-pin openstackclient to a specific version 28/67228/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 17 Jan 2018 07:16:34 +0000 (23:16 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 17 Jan 2018 07:16:34 +0000 (23:16 -0800)
trying to fix the suddenly broken openstackclient that
is returning with most commands a python attr error

Change-Id: I1ab90b2ab7557d648ec5f8ee25909f916f16005e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/integration-install-robotframework.sh

index bee0b3638b9444462bf4941701afed3db2a9a699..81c367d2c65fda4ab6364a66c4d6539dd5e4d0e1 100644 (file)
@@ -59,7 +59,7 @@ pip install --upgrade jsonpatch
 # Module networking-l2gw is required for using l2gw commands with neutron client
 # Module python-neutronclient is needed for certain tests run with Openstack Newton
 #  that does not work with Openstack Client
-pip install python-openstackclient==3.11.0
+pip install python-openstackclient
 pip install networking-l2gw==11.0.0
 pip install python-neutronclient==6.1.0
 pip install networking-sfc