
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
16 lines
1.0 KiB
YAML
16 lines
1.0 KiB
YAML
# A Heat environment file that can be used to deploy Neutron BGPVPN service
|
|
#
|
|
# Currently there are four types of service provider for Neutron BGPVPN
|
|
# The default option is a dummy driver that allows to enable the API.
|
|
# In order to enable other backend, replace the content of BgpvpnServiceProvider
|
|
#
|
|
# - Bagpipe: BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default
|
|
# - OpenContrail: BGPVPN:OpenContrail:networking_bgpvpn.neutron.services.service_drivers.opencontrail.opencontrail.OpenContrailBGPVPNDriver:default
|
|
# - OpenDaylight: BGPVPN:OpenDaylight:networking_odl.bgpvpn.odl_v2.OpenDaylightBgpvpnDriver:default
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronBgpVpnApi: ../deployment/deprecated/neutron/neutron-bgpvpn-api-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: 'qos,ovn-router,trunk,segments,port_forwarding,log,bgpvpn'
|
|
BgpvpnServiceProvider: 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default'
|