Merge "Add horizon health check" into stable/train

This commit is contained in:
Zuul 2019-12-19 15:37:57 +00:00 committed by Gerrit Code Review
commit 9916ea78f1
1 changed files with 9 additions and 0 deletions

View File

@ -642,6 +642,15 @@ RUN mkdir -p /openstack && \
{% endblock %}
{# horizon #}
{% block horizon_footer %}
RUN mkdir -p /openstack && \
ln -s /usr/share/openstack-tripleo-common/healthcheck/horizon /openstack/healthcheck && \
chmod a+rx /openstack/healthcheck
{% endblock %}
{# ironic #}
{% block ironic_api_footer %}