Merge "kolla/overrides: add missing healthcheck for ironic-neutron-agent" into stable/train

This commit is contained in:
Zuul 2019-12-16 21:26:01 +00:00 committed by Gerrit Code Review
commit cbb6c32274
1 changed files with 6 additions and 0 deletions

View File

@ -668,6 +668,12 @@ RUN mkdir -p /openstack && \
chmod a+rx /openstack/healthcheck
{% endblock %}
{% block ironic_neutron_agent_footer %}
RUN mkdir -p /openstack && \
ln -s /usr/share/openstack-tripleo-common/healthcheck/ironic-neutron-agent /openstack/healthcheck && \
chmod a+rx /openstack/healthcheck
{% endblock %}
{# iscsi #}