Merge "Add healthcheck script to mistral-event-engine image"

This commit is contained in:
Zuul
2018-05-05 03:23:43 +00:00
committed by Gerrit Code Review

View File

@@ -354,6 +354,12 @@ RUN mkdir -p /openstack && \
chmod a+rx /openstack/healthcheck
{% endblock %}
{% block mistral_event_engine_footer %}
RUN mkdir -p /openstack && \
ln -s /usr/share/openstack-tripleo-common/healthcheck/mistral-event-engine /openstack/healthcheck && \
chmod a+rx /openstack/healthcheck
{% endblock %}
{% block multipathd_footer %}
RUN mkdir -p /openstack && \
ln -s /usr/share/openstack-tripleo-common/healthcheck/multipathd /openstack/healthcheck && \