increase the SERVICE_TIMEOUT from 60s to 120s 64/69564/1
authorSam Hague <shague@redhat.com>
Fri, 16 Mar 2018 14:37:11 +0000 (10:37 -0400)
committerSam Hague <shague@redhat.com>
Fri, 16 Mar 2018 14:37:11 +0000 (10:37 -0400)
Change-Id: I91b069f3043ecc79a48ceaaa0eb28e6ac63e33ee
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 7aa63018917e2ede0e569d702803de160015d894..f17eb117a1ed9f94ee04b3a633fe909ec40cc330 100644 (file)
@@ -235,6 +235,8 @@ USE_SCREEN=True
 SCREEN_LOGDIR=/opt/stack/data/log
 LOG_COLOR=False
 RECLONE=${RECLONE}
+# Increase the wait used by stack to poll for services
+SERVICE_TIMEOUT=120
 
 disable_all_services
 EOF
@@ -381,6 +383,8 @@ LOG_COLOR=False
 USE_SCREEN=True
 SCREEN_LOGDIR=/opt/stack/data/log
 RECLONE=${RECLONE}
+# Increase the wait used by stack to poll for the nova service on the control node
+NOVA_READY_TIMEOUT=1800
 
 disable_all_services
 EOF
@@ -388,8 +392,6 @@ EOF
     add_os_services "${CORE_OS_COMPUTE_SERVICES}" "${ENABLE_OS_COMPUTE_SERVICES}" "${DISABLE_OS_SERVICES}" "${local_conf_file_name}"
 
     cat >> ${local_conf_file_name} << EOF
-#Added to make Nova wait until nova in control node is ready.
-NOVA_READY_TIMEOUT=1800
 HOST_IP=${HOSTIP}
 SERVICE_HOST=${SERVICEHOST}
 Q_ML2_TENANT_NETWORK_TYPE=${TENANT_NETWORK_TYPE}