tripleo-heat-templates/environments/neutron-ml2-mlnx-sdn.yaml
waleed mousa 68c2d3ae07 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
2019-07-29 06:34:39 +00:00

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