Merge "Activate health check script for qdrouterd image"
This commit is contained in:
commit
9e441de5fe
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user