Add OVNCMSOptions in dvr environment files

This option must be enabled in a controller to be selected for hosting
a gateway router. But it is missing in DVR environment files. So when
these files are used for the deployment, vms were not able to reach
external network. So adding this option for DVR files.

Change-Id: Ibfc9baf3aca55b49cc197758cbf5a0df9daa8b9b
Closes-Bug: 1766183
This commit is contained in:
venkata anil
2018-04-23 13:00:35 +05:30
parent f0501fd00e
commit 39ef030553
2 changed files with 4 additions and 0 deletions

View File

@@ -25,3 +25,5 @@ parameter_defaults:
NeutronServicePlugins: 'qos,ovn-router,trunk'
NeutronVniRanges: ['1:65536', ]
NeutronEnableDVR: true
ControllerParameters:
OVNCMSOptions: "enable-chassis-as-gw"

View File

@@ -25,3 +25,5 @@ parameter_defaults:
NeutronServicePlugins: 'qos,ovn-router,trunk'
NeutronVniRanges: ['1:65536', ]
NeutronEnableDVR: true
ControllerParameters:
OVNCMSOptions: "enable-chassis-as-gw"