Merge "Allows neutron-agents l3 agent to communicate with OVS"
This commit is contained in:
commit
1c86345529
@ -44,6 +44,7 @@
|
||||
container_name: "neutron_agents"
|
||||
container_privileged: "True"
|
||||
container_volumes:
|
||||
- "/run:/run"
|
||||
- "{{ node_config_directory }}/neutron-agents/:/opt/kolla/neutron-agents/:ro"
|
||||
when: inventory_hostname in groups['neutron-agents']
|
||||
|
||||
|
@ -4,6 +4,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
RUN yum -y install openstack-neutron \
|
||||
openstack-neutron-ml2 \
|
||||
python-neutron-client \
|
||||
openvswitch \
|
||||
&& yum clean all
|
||||
|
||||
COPY config-neutron.sh config-sudoers.sh /opt/kolla/
|
||||
|
Loading…
x
Reference in New Issue
Block a user