From 202f08ed45e3be7b609675872b3e53e1ba247c78 Mon Sep 17 00:00:00 2001 From: gvrangan Date: Mon, 4 Sep 2017 15:18:40 -0400 Subject: [PATCH] Revert tox to previous stable version This new release 2.8.0 is causing some errors in stacking because of its incompatibility with tempest.Until the same is resolved by tempest we will use previous version that was compatiable Change-Id: I83cd1eb51aa3286044ac4c72629669178f212e50 Signed-off-by: gvrangan --- jjb/integration/integration-deploy-openstack-run-test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 72d36b2ae..7961d6d57 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -503,7 +503,7 @@ EOF cat > ${WORKSPACE}/get_devstack.sh << EOF sudo systemctl stop firewalld -sudo yum install bridge-utils -y +sudo yum install bridge-utils python-pip -y sudo systemctl stop NetworkManager #Disable NetworkManager and kill dhclient and dnsmasq sudo systemctl stop NetworkManager @@ -521,6 +521,8 @@ cd /opt/stack git clone https://git.openstack.org/openstack-dev/devstack cd devstack git checkout $OPENSTACK_BRANCH +#To fix the recent tempest/tox issues which blocks stacking +sudo pip install tox==2.7.0 EOF cat > "${WORKSPACE}/setup_host_cell_mapping.sh" << EOF -- 2.36.6