Merge "Enable placement-api health check"

This commit is contained in:
Zuul 2019-02-21 01:09:21 +00:00 committed by Gerrit Code Review
commit 22242cb6ed
1 changed files with 5 additions and 6 deletions

View File

@ -617,12 +617,11 @@ RUN mkdir -p /openstack && \
chmod a+rx /openstack/healthcheck
{% endblock %}
#TODO(aschultz): uncomment once we have promotion see LP#1813998
#{% block placement_api_footer %}
#RUN mkdir -p /openstack && \
# ln -s /usr/share/openstack-tripleo-common/healthcheck/placement-api /openstack/healthcheck && \
# chmod a+rx /openstack/healthcheck
#{% endblock %}
{% block placement_api_footer %}
RUN mkdir -p /openstack && \
ln -s /usr/share/openstack-tripleo-common/healthcheck/placement-api /openstack/healthcheck && \
chmod a+rx /openstack/healthcheck
{% endblock %}
{% block rabbitmq_install_plugins %}
# External rabbitmq plugins installation is disabled