Enable placement-api health check

Once we have a promotion we can enable the health check.

Change-Id: Ic748950513bcc085eb4593e1c07eb70f6e96fd28
Closes-Bug: #1813998
This commit is contained in:
Alex Schultz 2019-02-01 09:16:32 -07:00 committed by Emilien Macchi
parent e4fb2f78f0
commit b5944d0b80
1 changed files with 5 additions and 6 deletions

View File

@ -542,12 +542,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