Fix missing parameters in OVN DVR environment files

These two patches included new parameters for OVN env files:

- I6a00b8dc1ff387cc5e1e62b4d9d7da5e1239ee31
- If36ec8a9a139f0a52bb8910c2048cf6e9993c198

However, they missed to update DVR env files. This patch is fixing it.

Closes-Bug: 1778926
Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
Change-Id: I3e5584ecafd6f3cab05ddabfa3955b0b9243ab53
(cherry-picked from b238b56c73)
This commit is contained in:
Daniel Alvarez 2018-05-16 16:00:46 +02:00 committed by Alex Schultz
parent 186fd7f2af
commit 8aa4a9c1dd
2 changed files with 2 additions and 1 deletions

View File

@ -26,8 +26,8 @@ parameter_defaults:
NeutronServicePlugins: 'qos,ovn-router,trunk'
NeutronVniRanges: ['1:65536', ]
NeutronEnableDVR: true
NeutronPluginExtensions: "qos,port_security,dns"
ControllerParameters:
OVNCMSOptions: "enable-chassis-as-gw"
OVNDnsServers: []
KernelIpNonLocalBind: 1

View File

@ -27,6 +27,7 @@ parameter_defaults:
NeutronServicePlugins: 'qos,ovn-router,trunk'
NeutronVniRanges: ['1:65536', ]
NeutronEnableDVR: true
NeutronPluginExtensions: "qos,port_security,dns"
ControllerParameters:
OVNCMSOptions: "enable-chassis-as-gw"
OVNDnsServers: []