kolla/compose/neutron-agents.yml
Daneyon Hansen 977f2c8243 Fixes Spacing in Neutron Agents Compose File
Previously, compose would generate an error because the
neutron-agents.yml file was missing a space for the restart policy
line.

Change-Id: Ib17c4c726dcfcda780a242ebe22474e9252cac8a
2015-04-13 18:52:23 +00:00

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