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. Signed-off-by: Daniel Alvarez <dalvarez@redhat.com> Change-Id: I3e5584ecafd6f3cab05ddabfa3955b0b9243ab53
This commit is contained in:
parent
9f1d855627
commit
723362e317
@ -26,3 +26,6 @@ parameter_defaults:
|
||||
NeutronServicePlugins: 'qos,ovn-router,trunk'
|
||||
NeutronVniRanges: ['1:65536', ]
|
||||
NeutronEnableDVR: true
|
||||
NeutronPluginExtensions: "qos,port_security,dns"
|
||||
ControllerParameters:
|
||||
OVNCMSOptions: "enable-chassis-as-gw"
|
||||
|
@ -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: []
|
||||
|
Loading…
Reference in New Issue
Block a user