Activate health check script for qdrouterd image

Change-Id: Ibb94354dfc7053c02a366c4276f9858227b66303
This commit is contained in:
Martin Magr 2019-07-26 14:26:06 +02:00 committed by Martin Mágr
parent a27e7f04be
commit 8dce07ff73

View File

@ -664,6 +664,12 @@ RUN mkdir -p /openstack && \
chmod a+rx /openstack/healthcheck
{% endblock %}
{% block qdrouterd_footer %}
RUN mkdir -p /openstack && \
ln -s /usr/share/openstack-tripleo-common/healthcheck/qdrouterd /openstack/healthcheck && \
chmod a+rx /openstack/healthcheck
{% endblock %}
{% block rabbitmq_install_plugins %}
# External rabbitmq plugins installation is disabled
{% endblock %}