diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-17 16:38:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-17 16:38:55 +0000 |
commit | 371f08610affb6121d32bf76a23f96a7a7188586 (patch) | |
tree | 4d8faeabfc7c8e80b9ccd68d61b40af92c206634 /docker/post.j2.yaml | |
parent | f43f9d9fe34278cd783edb6d032dd53bc35ae972 (diff) | |
parent | 4320ee55ba4fd619739c8daf24c14d97dd3c292d (diff) |
Merge "Simplify passing config to ovs agent container"
Diffstat (limited to 'docker/post.j2.yaml')
-rw-r--r-- | docker/post.j2.yaml | 2 |
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: |