Change NeutronMechanismDrivers in ml2-ansible environments

This should have been done when we moved to ovn as the
default.

Note: Not sure why we maintain two different environments.
Probably should remove one in a subsequent patch.

Change-Id: I8a20ce8785077824d7e6c8d851716f622e77788f
Closes-Bug: #1838196
This commit is contained in:
Rabi Mishra 2019-07-28 20:26:40 +05:30
parent 8b78e2411d
commit afcd787deb
2 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,6 @@ resource_registry:
parameter_defaults:
IronicDefaultNetworkInterface: neutron
NeutronMechanismDrivers: openvswitch,ansible
NeutronTypeDrivers: local,vxlan,vlan,flat
NeutronMechanismDrivers: ovn,ansible
NeutronTypeDrivers: local,geneve,vlan,flat
NeutronNetworkType: vlan

View File

@ -1,8 +1,9 @@
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
resource_registry:
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2Ansible
parameter_defaults:
IronicDefaultNetworkInterface: neutron
NeutronMechanismDrivers: openvswitch,ansible
NeutronTypeDrivers: local,vxlan,vlan,flat
NeutronMechanismDrivers: ovn,ansible
NeutronTypeDrivers: local,geneve,vlan,flat
NeutronNetworkType: vlan