rm wait_for_compute workaround 97/72697/1
authorSam Hague <shague@redhat.com>
Tue, 5 Jun 2018 14:04:10 +0000 (10:04 -0400)
committerSam Hague <shague@redhat.com>
Tue, 5 Jun 2018 14:04:13 +0000 (10:04 -0400)
https://review.openstack.org/547673 has been merged
so the workaround is no longer required.

Change-Id: Iaaec363978f9b54f74290d6276b89a7786d7ad48
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index f4b4236a3d3fa1daad60f4b3a6bd9d8f4bb1ac6f..4910dbf2ec064fc5691caecc8ada7a9afb2220d4 100644 (file)
@@ -988,10 +988,6 @@ if [ -n "${DEVSTACK_HASH}" ]; then
 fi
 git --no-pager log --pretty=format:'%h %<(13)%ar%<(13)%cr %<(20,trunc)%an%d %s%b' -n20
 echo
-echo "workaround: adjust wait from 60s to 1800s (30m)"
-sed -i 's/wait_for_compute 60/wait_for_compute 1800/g' /opt/stack/devstack/lib/nova
-# TODO: modify sleep 1 to sleep 60, search wait_for_compute, then first sleep 1
-# that would just reduce the number of logs in the compute stack.log
 
 echo "workaround: do not upgrade openvswitch"
 sudo yum install -y yum-plugin-versionlock