62e02fdbf4
Due to a revert in the Docker code, thin neutron containers do not work
at this time. The neutron plugin agents do not need to exist in the same
container as the other agents however. This allows for using either
linuxbridge or openvswitch
The docker commit that did the revert:
ff770d33cd
Closes-Bug: 1469307
Change-Id: Idf79c31c74c34b93f5a9bac49730aca49bbdb861
12 lines
256 B
YAML
12 lines
256 B
YAML
neutronagents:
|
|
image: kollaglue/centos-rdo-neutron-agents:latest
|
|
name: neutron-agents
|
|
net: "host"
|
|
privileged: true
|
|
restart: always
|
|
volumes:
|
|
- /var/run/netns/:/var/run/netns/
|
|
- /lib/modules:/lib/modules:ro
|
|
env_file:
|
|
- openstack.env
|