afcd787deb
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
10 lines
398 B
YAML
10 lines
398 B
YAML
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronCorePlugin: ../deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
IronicDefaultNetworkInterface: neutron
|
|
NeutronMechanismDrivers: ovn,ansible
|
|
NeutronTypeDrivers: local,geneve,vlan,flat
|
|
NeutronNetworkType: vlan
|