From 11ff7755f54f173ea81cd477a1dddc695e5c2e04 Mon Sep 17 00:00:00 2001 From: gvrangan Date: Fri, 28 Jul 2017 00:08:46 +0530 Subject: [PATCH] Fix Newton Jobs Openstack client had a new release recently that had support for tags. There seems to be some issue with subnet command for Newton. Change-Id: Ic6d98f7ca8b2a41e1454c7c142d95d4073d6f261 Signed-off-by: gvrangan --- .../include-raw-integration-install-robotframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 9ee840aacf..c13369f0b7 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -60,7 +60,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 +pip install python-openstackclient==3.11.0 pip install networking-l2gw pip install python-neutronclient==6.1.0 -- 2.36.6