tripleo-heat-templates/environments/neutron-linuxbridge.yaml
Takashi Kajinami 5da1f2896f Neutron: Deprecate unmaintained features
This change deprecates the following features related to Neutron,
because these have been unmaintained and still requires host services
instead of containers.

 - linuxbridge mechanism driver
 - networking-l2gw
 - netwokring-bgpvpn + bagpipe

Change-Id: Id6356cbb2162c0985851f27fbb3039be36fea84a
2022-09-08 21:55:22 +09:00

10 lines
476 B
YAML

## A Heat environment that can be used to deploy linuxbridge
resource_registry:
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
OS::TripleO::Services::NeutronLinuxbridgeAgent: ../deployment/deprecated/neutron/neutron-linuxbridge-agent-baremetal-puppet.yaml
parameter_defaults:
NeutronMechanismDrivers: ['linuxbridge']
NeutronInterfaceDriver: 'neutron.agent.linux.interface.BridgeInterfaceDriver'