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:
waleed mousa 2019-07-10 04:18:56 -04:00
parent 8b78e2411d
commit 68c2d3ae07
1 changed files with 1 additions and 1 deletions

View File

@ -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']