2468c23c98
The two files have different contents. Using the one in the services sub as the source of truth and making them the same. Change-Id: Idbdd03710c3c7f14d00242cc7327ce06f3442a4b Closes-Bug: #1864721
11 lines
405 B
YAML
11 lines
405 B
YAML
# 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:
|
|
IronicApiMaxRetries: 180
|
|
IronicDefaultNetworkInterface: neutron
|
|
NeutronMechanismDrivers: ovn,ansible
|
|
NeutronTypeDrivers: local,geneve,vlan,flat
|
|
NeutronNetworkType: vlan
|