Missing OVN Parameters
Added required OVN parameters in OVN DPDK and OVN SRIOV services yaml files. Change-Id: I926aa8fc048af07036b923055b365314b3a5e843
This commit is contained in:
parent
1f871217c2
commit
a1f6142b9f
@ -5,3 +5,6 @@ resource_registry:
|
||||
|
||||
parameter_defaults:
|
||||
NeutronVhostuserSocketDir: /var/lib/vhost_sockets
|
||||
NeutronTypeDrivers: 'geneve,vlan,flat'
|
||||
ControllerParameters:
|
||||
OVNCMSOptions: "enable-chassis-as-gw"
|
||||
|
@ -16,6 +16,8 @@ parameter_defaults:
|
||||
- ServerGroupAffinityFilter
|
||||
- PciPassthroughFilter
|
||||
NovaSchedulerAvailableFilters: ['nova.scheduler.filters.all_filters']
|
||||
ControllerParameters:
|
||||
OVNCMSOptions: "enable-chassis-as-gw"
|
||||
ControllerSriovParameters:
|
||||
OVNCMSOptions: "enable-chassis-as-gw"
|
||||
NetworkerSriovParameters:
|
||||
|
Loading…
Reference in New Issue
Block a user