b026b860c8
When networking-ansible is used, Ironic default interface must be set to Neutron, otherwise Neutron ports for baremetal hosts won't get populated with local link information. Closes-bug: 1815015 Change-Id: I333b0be365a6824a7f0f802f6b72229cb0f8c9f1
10 lines
385 B
YAML
10 lines
385 B
YAML
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-ansible.yaml
|
|
|
|
parameter_defaults:
|
|
IronicDefaultNetworkInterface: neutron
|
|
NeutronMechanismDrivers: openvswitch,ansible
|
|
NeutronTypeDrivers: local,vxlan,vlan,flat
|
|
NeutronNetworkType: vlan
|