68c2d3ae07
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
15 lines
447 B
YAML
15 lines
447 B
YAML
# A Heat environment file which can be used to configure Mellanox SDN
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginMLNXSDN
|
|
|
|
parameter_defaults:
|
|
|
|
MlnxSDNUsername: 'sdn_username'
|
|
#MlnxSDNPassword:
|
|
MlnxSDNUrl: 'sdn_url'
|
|
MlnxSDNDomain: 'cloudx'
|
|
|
|
NeutronCorePlugin: 'neutron.plugins.ml2.plugin.Ml2Plugin'
|
|
NeutronMechanismDrivers: ['mlnx_sdn_assist','sriovnicswitch','openvswitch']
|