From 89333024cffa223108ac8d9585b6c3690f367284 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Thu, 1 Mar 2018 18:02:09 -0500 Subject: [PATCH] Log nova_cell1 to know that is being looked for Change-Id: I08a5cac6ef67886040e8db8bf03c0464061ad394 Signed-off-by: Sam Hague --- jjb/integration/integration-deploy-openstack-run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 3a317939d2..2521f80d95 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -982,7 +982,7 @@ done # If the n-cpu.log is earlier than the control stack.log timestamp then the failure condition is likely hit. if [ ${NUM_OPENSTACK_COMPUTE_NODES} -gt 0 ]; then WAIT_FOR_RABBITMQ_MINUTES=60 - echo "Wait a maximum of ${WAIT_FOR_RABBITMQ_MINUTES}m until rabbitmq is ready to allow the controller to create nova_cell1 before the computes need it" + echo "Wait a maximum of ${WAIT_FOR_RABBITMQ_MINUTES}m until rabbitmq is ready and nova_cell1 created to allow the controller to create nova_cell1 before the computes need it" set +e retry ${WAIT_FOR_RABBITMQ_MINUTES} 60 "is_rabbitmq_ready ${OPENSTACK_CONTROL_NODE_1_IP}" rc=$? -- 2.36.6