To use networking-bgpvpn, you need to configure one of valid service providers
for BGPVPN
service in service_provider
of [service_providers]
group of the neutron server. Note that you can specify multiple providers for
BGPVPN but only one of them can be default.
service_provider = BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default
service_provider = BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default
service_provider
¶Type: | multi-valued |
---|---|
Default: | BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default |
Defines providers for advanced services using the format: <service_type>:<name>:<driver>[:default]
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.