98460af04d
Key difference here is the ip_wrapper.py file. This file and docker 1.7 allow for the network namespaces to be created in the host mount namespace and propogated into the containers. Co-Authored-By: Paul Bourke <paul.bourke@oracle.com> Change-Id: I73bcd1c97bbaf742af883dbf281a8d76aff8aebf
13 lines
304 B
YAML
13 lines
304 B
YAML
neutronl3agent:
|
|
image: kollaglue/centos-rdo-neutron-l3-agent:latest
|
|
name: neutron-l3-agent
|
|
net: "host"
|
|
privileged: true
|
|
restart: always
|
|
volumes:
|
|
- /run/netns/:/run/netns/:ro
|
|
- /proc/1/ns/:/opt/kolla/host_proc/1/ns/:ro
|
|
- /lib/modules:/lib/modules:ro
|
|
env_file:
|
|
- openstack.env
|