Add base Neutron service plugins to BGPVPN

Neutron API service will raise an error at init if some base service
plugins are not enabled. Add them to BGPVPN, similarly to other existing
Neutron THT environments.

Change-Id: I75e2950c4e52c5c78431ccfe66f128eb62e8a6d6
This commit is contained in:
Carlos Goncalves 2021-05-05 14:08:11 +02:00
parent eded47e014
commit da7bcec27a
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'