From ae17fd4a98b3e708ab797365cd4d01637dbd6f43 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 16 Jan 2018 23:16:34 -0800 Subject: [PATCH] Un-pin openstackclient to a specific version 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 --- jjb/integration/integration-install-robotframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-install-robotframework.sh b/jjb/integration/integration-install-robotframework.sh index bee0b3638..81c367d2c 100644 --- a/jjb/integration/integration-install-robotframework.sh +++ b/jjb/integration/integration-install-robotframework.sh @@ -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 -- 2.36.6