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:
parent
eded47e014
commit
da7bcec27a
@ -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)
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user