Revert "Add backwards compatible keystone healthcheck link"

This is blocking promotions, had a typo. [1] is already promoted and is
in current-tripleo repo, so reverting this patch.

This reverts commit 5b67728241.

[1] https://review.openstack.org/#/c/631310/

Related-Bug: #1813176
Change-Id: Ieeeb58a8cf9e20b0037e955dea0126501f8ae956
This commit is contained in:
yatin 2019-01-28 05:12:42 +00:00
parent 620afb7845
commit ff9f87447b
1 changed files with 1 additions and 5 deletions

View File

@ -351,11 +351,7 @@ RUN mkdir -p /openstack && \
{% block keystone_footer %}
RUN mkdir -p /openstack && \
if [ -f /usr/share/openstack-tripleo-common/healtcheck/keystone ]; then \
ln -s /usr/share/openstack-tripleo-common/healthcheck/keystone /openstack/healthcheck; \
else \
ln -s /usr/share/openstack-tripleo-common/healthcheck/keystone-public /openstack/healthcheck; \
fi && \
ln -s /usr/share/openstack-tripleo-common/healthcheck/keystone /openstack/healthcheck && \
chmod a+rx /openstack/healthcheck
{% endblock %}