e67df50bac803171850f1ba8c6ed440afdef09e2
Go to file
mathieu-rohon e67df50bac Remove bgpvpn module when useless
Several parts of the code belong to a bgpvpn module that is alone
in its parent's module.
This is not needed, and complexify the code.
Change-Id: Idf1f90a050c059e84bd3f054ca8a1a42d581c052
2015年06月29日 17:34:32 +02:00
2015年02月25日 16:29:32 +01:00
2015年06月29日 17:34:32 +02:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年06月12日 23:12:30 +00:00
2015年02月25日 16:29:32 +01:00
2015年05月18日 16:01:40 +02:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年02月25日 16:29:32 +01:00
2015年06月15日 09:59:01 +02:00
2015年05月18日 16:01:40 +02:00
2015年04月27日 11:47:09 +00:00
2015年02月25日 16:29:32 +01:00
2015年05月18日 16:01:40 +02:00
2015年05月18日 16:01:40 +02:00

networking-bgpvpn

API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks

Quick start

To be able to test this framework, you have to:

  • install devstack

  • add the devstack plugin for the BGPVPN service plugin to your local.conf: :

    [[local|localrc]]
    enable_plugin networking-bgpvpn git@github.com:openstack/networking-bgpvpn.git
  • add the following to your local.conf: :

    Q_SERVICE_PLUGIN_CLASSES=networking_bgpvpn.neutron.services.bgpvpn.plugin.BGPVPNPlugin
    [[post-config|/$NEUTRON_CONF]]
    [service_providers]
    service_provider=BGPVPN:Dummy:networking_bgpvpn.neutron.services.bgpvpn.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>
Description
APIs and framework to attach BGP VPNs to Neutron networks
Readme 13 MiB
Languages
Python 97.6%
HTML 1.2%
Shell 1%
Mako 0.2%