diff --git a/images/manageiq-orchestrator/container-assets/entrypoint b/images/manageiq-orchestrator/container-assets/entrypoint index ab631b423..f9e227689 100755 --- a/images/manageiq-orchestrator/container-assets/entrypoint +++ b/images/manageiq-orchestrator/container-assets/entrypoint @@ -116,6 +116,7 @@ EOS check_svc_status ${MEMCACHED_SERVICE_HOST} ${MEMCACHED_SERVICE_PORT} check_svc_status ${database_hostname} ${database_port} +check_svc_status ${MESSAGING_HOSTNAME} ${MESSAGING_PORT} check_deployment_status || exit 1