Files
0a9fc8d88e7ee3d413ef1d6f70eb43fba656c332
networking-bgpvpn /README.rst

43 lines
1.3 KiB
ReStructuredText
Raw Normal View History

API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks
* Free software: Apache license
* Bugs: http://bugs.launchpad.net/bgpvpn
-----------
To test this framework with the **dummy** driver (not doing any real interaction with BGP nor
the forwarding plane) you have to:
[[local|localrc]]
enable_plugin networking-bgpvpn git@github.com:openstack/networking-bgpvpn.git
Q_SERVICE_PLUGIN_CLASSES=networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin
service_provider=BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.dummy.dummyBGPVPNDriver:default
* bgpvpn-connection-create/update/delete/show/list commands will be available with
the neutron client, for example: ::
source openrc admin admin
neutron bgpvpn-connection-create --route-targets 64512:1
neutron bgpvpn-connection-list
neutron bgpvpn-connection-update <bgpvpn-connection-uuid> --network-id <neutron-net-uuid>
To test this framework with the **bagpipe** reference driver, you can follow :doc:`README-bagpipe` .