f90f685d5d
... because the plugin has been unmaintained for a while and has no release made since Victoria. Puppet-neutron is deprecating support for the plugin. Depends-on: https://review.opendev.org/c/openstack/puppet-neutron/+/842996 Change-Id: Ia048bf60ab0cf0924ce413a2520e78ad1c197819
12 lines
501 B
YAML
12 lines
501 B
YAML
# A Heat environment file which can be used to enable network-ansible ML2 mechanism driver
|
|
# NOTE: Support for networking-ansible has been deprecated and will be removed after Z release.
|
|
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
|