reenable wait_for_rabbitmq 67/68967/1
authorSam Hague <shague@redhat.com>
Thu, 1 Mar 2018 17:31:02 +0000 (12:31 -0500)
committerSam Hague <shague@redhat.com>
Thu, 1 Mar 2018 17:31:02 +0000 (12:31 -0500)
Change-Id: I9a1be558ee8a0aef1b0289f364a6b78e1e214bac
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 61870bab5999f9848f08c45e724387f7a134e79a..3a317939d26f4322f0028b0ce277605f1dc43381 100644 (file)
@@ -980,7 +980,7 @@ done
 # AccessRefused: (0, 0): (403) ACCESS_REFUSED - Login was refused using authentication mechanism AMQPLAIN. For details see the broker logfile.
 # Compare that timestamp to this log in the control stack.log: sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit
 # 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 99 ]; then
+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"
     set +e