You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
581 B
12 lines
581 B
# A Heat environment file that can be used to deploy Neutron BGPVPN service |
|
# |
|
# This environment file deploys Neutron BGPVPN service and configures |
|
# Opendaylight as its service provider. |
|
# |
|
# - OpenDaylight: BGPVPN:OpenDaylight:networking_odl.bgpvpn.odl_v2.OpenDaylightBgpvpnDriver:default |
|
resource_registry: |
|
OS::TripleO::Services::NeutronBgpVpnApi: ../puppet/services/neutron-bgpvpn-api.yaml |
|
|
|
parameter_defaults: |
|
NeutronServicePlugins: 'odl-router_v2,trunk,bgpvpn' |
|
BgpvpnServiceProvider: 'BGPVPN:OpenDaylight:networking_odl.bgpvpn.odl_v2.OpenDaylightBgpvpnDriver:default'
|
|
|