Add docker packages to OVN metadata agent container
The OVN metadata agent container needs to be able to launch docker containers for its subprocesses. Change-Id: Ic7dcbe33f361a09eaa8e54270d758d09eb7a1e72 Related-Bug: #1749209 Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
This commit is contained in:
parent
0302666649
commit
2458872776
@ -70,6 +70,7 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
|
|||||||
chmod a+rx /openstack/healthcheck
|
chmod a+rx /openstack/healthcheck
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% set neutron_metadata_agent_ovn_packages_append = ['docker'] %}
|
||||||
{% set neutron_l3_agent_packages_append = ['docker'] %}
|
{% set neutron_l3_agent_packages_append = ['docker'] %}
|
||||||
# Kolla doesn't currently neutron_dhcp_agent_packages on CentOS so the append
|
# Kolla doesn't currently neutron_dhcp_agent_packages on CentOS so the append
|
||||||
# isn't valid here.
|
# isn't valid here.
|
||||||
|
Loading…
Reference in New Issue
Block a user