5da1f2896f
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
10 lines
476 B
YAML
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'
|