aboutsummaryrefslogtreecommitdiffstats
path: root/docker/post.j2.yaml
diff options
context:
space:
mode:
authorMartin André <m.andre@redhat.com>2017-01-13 16:55:54 +0100
committerMartin André <m.andre@redhat.com>2017-01-17 13:12:29 +0100
commit4320ee55ba4fd619739c8daf24c14d97dd3c292d (patch)
treec395fd97e74f03617cee49951fb5d70897da3433 /docker/post.j2.yaml
parent2e3ff0a6734bce712ab11f37a9dc2454f1420d76 (diff)
Simplify passing config to ovs agent container
The mechanism to pass config files to the neutron-ovs-agent container was overly complex and not at all justified. This commit removes a few useless parameters and aligns the neutron-ovs-agents with the rest of the containers. Change-Id: Ib9a5985ac9d098731c2fb798d6c9e03cba4b87dd
Diffstat (limited to 'docker/post.j2.yaml')
-rw-r--r--docker/post.j2.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/post.j2.yaml b/docker/post.j2.yaml
index 41d33895..1ba96e27 100644
--- a/docker/post.j2.yaml
+++ b/docker/post.j2.yaml
@@ -35,7 +35,7 @@ parameters:
NeutronOpenvswitchAgentConfig:
type: string
- default: "/etc/neutron/neutron.conf,/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini"
+ default: "/etc/neutron/neutron.conf,/etc/neutron/plugins/ml2/openvswitch_agent.ini"
resources: