Merge "Allows neutron-agents l3 agent to communicate with OVS"

This commit is contained in:
Jenkins 2015-07-23 13:28:19 +00:00 committed by Gerrit Code Review
commit 1c86345529
2 changed files with 2 additions and 0 deletions

View File

@ -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']

View File

@ -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/