Merge "Add base Neutron service plugins to BGPVPN"

This commit is contained in:
Zuul 2021-05-13 00:45:39 +00:00 committed by Gerrit Code Review
commit ac38435707
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ resource_registry:
parameter_defaults:
NeutronServicePlugins: 'router,bgpvpn'
NeutronServicePlugins: 'qos,ovn-router,trunk,segments,port_forwarding,log,bgpvpn'
BgpvpnServiceProvider: 'BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default'
# Required (example)

View File

@ -12,5 +12,5 @@ resource_registry:
OS::TripleO::Services::NeutronBgpVpnApi: ../deployment/neutron/neutron-bgpvpn-api-container-puppet.yaml
parameter_defaults:
NeutronServicePlugins: 'router,bgpvpn'
NeutronServicePlugins: 'qos,ovn-router,trunk,segments,port_forwarding,log,bgpvpn'
BgpvpnServiceProvider: 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default'