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
This commit is contained in:
Daneyon Hansen 2015-04-13 18:52:23 +00:00
parent 882a859ff5
commit 977f2c8243
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ neutronagents:
name: neutron-agents
net: "host"
privileged: true
restart: always
restart: always
volumes:
- /var/run/netns/:/var/run/netns/
- /lib/modules:/lib/modules:ro