Fix OVN metadata agent container image footer
The footer in kolla template for OVN metadata agent was not matching the one in the Dockerfile [0]. [0] https://github.com/openstack/kolla/blob/master/docker/neutron/neutron-metadata-agent-ovn/Dockerfile.j2#L36 Change-Id: Icfe683ecb00f7850d4a142fe0192e45555e71bb9
This commit is contained in:
parent
e423c4a438
commit
56c6af960d
@ -424,7 +424,7 @@ RUN mkdir -p /openstack && \
|
||||
RUN mkdir /etc/libqb
|
||||
{% endblock %}
|
||||
|
||||
{% block ovn_metadata_agent_footer %}
|
||||
{% block neutron_metadata_agent_ovn_footer %}
|
||||
RUN mkdir -p /openstack && \
|
||||
ln -s /usr/share/openstack-tripleo-common/healthcheck/ovn-metadata /openstack/healthcheck && \
|
||||
chmod a+rx /openstack/healthcheck
|
||||
|
Loading…
Reference in New Issue
Block a user