Merge "Activate health check script for qdrouterd image"

This commit is contained in:
Zuul 2019-09-17 07:27:19 +00:00 committed by Gerrit Code Review
commit 9e441de5fe

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 %}