Moving NeutronMechanismDrivers value to be list in neutron-ml2-mlnx-sdn.yaml
Having NeutronMechanismDrivers as a string causing issues specially with non-ovn deployments and if the value contains a sub-string(ovn) like sriovnicswitch, so just moving it to be a list of strings Change-Id: Id01951bca724417db91225efeaaeb1b85e06eb70 Related-Bug: #1836011
This commit is contained in:
parent
8b78e2411d
commit
68c2d3ae07
@ -11,4 +11,4 @@ parameter_defaults:
|
||||
MlnxSDNDomain: 'cloudx'
|
||||
|
||||
NeutronCorePlugin: 'neutron.plugins.ml2.plugin.Ml2Plugin'
|
||||
NeutronMechanismDrivers: 'mlnx_sdn_assist,sriovnicswitch,openvswitch'
|
||||
NeutronMechanismDrivers: ['mlnx_sdn_assist','sriovnicswitch','openvswitch']
|
||||
|
Loading…
Reference in New Issue
Block a user