From 42d5aa6b322bb400d0e284ee472d8105f4409584 Mon Sep 17 00:00:00 2001 From: gvrangan Date: Wed, 28 Feb 2018 01:22:11 +0530 Subject: [PATCH] Fix for Pike/Queens Jobs Recently devstack has merged the patch https://review.openstack.org/#/c/547673/ that is breaking all the CSIT jobs. This patch will use the paramater introduced in that patch to make Nova in the compute node wait longer. Change-Id: Ib5826f4dd58e1a0d70172526fe5111c88ed60a19 Signed-off-by: gvrangan --- jjb/integration/integration-deploy-openstack-run-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index d7108c9a5..7159def61 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -359,7 +359,8 @@ 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=900 HOST_IP=${HOSTIP} SERVICE_HOST=${SERVICEHOST} Q_ML2_TENANT_NETWORK_TYPE=${TENANT_NETWORK_TYPE} -- 2.36.6