Added documentation for ODL Driver

Change-Id: I11dc10168ea03b7e4421977d4e85550bd873e42d
This commit is contained in:
Vishal Thapar
2015年11月26日 20:30:20 +05:30
parent aa976bb34a
commit 495b25529e

View File

@@ -0,0 +1,25 @@
===================
OpenDaylight driver
===================
The **OpenDaylight** driver for the BGPVPN service plugin is designed to work
jointly with the OpenDaylight SDN controller.
OpenDaylight driver requires `networking-odl plugin`_ which comes with its own
devstack scripts. Details on how to configure devstack for OpenDaylight
plugin can be found at `networking-odl/devstack`_.
* add the following to local.conf to enable networking-odl plugin::
enable_plugin networking-odl http://git.openstack.org/openstack/networking-odl
* add the following to local.conf to enable ODL Driver for BGPVPN service Plugin::
NETWORKING_BGPVPN_DRIVER="BGPVPN:OpenDaylight:networking_bgpvpn.neutron.services.service_drivers.opendaylight.odl.OpenDaylightBgpvpnDriver:default"
* Run stack.sh::
./stack.sh
.. _networking-odl plugin : https://launchpad.net/networking-odl
.. _networking-odl/devstack : https://github.com/openstack/networking-odl/tree/master/devstack

View File

@@ -138,7 +138,7 @@ The BGPVPN service plugin support or will support the following drivers:
* *opencontrail*, for [OpenContrail]_ (see :doc:`opencontrail/index`)
* *opendaylight*, for [OpenDaylight]_ (work in progress)
* *opendaylight*, for [OpenDaylight]_ (see :doc:`opendaylight/index`)
* *nuage*, for [Nuage-Networks]_
@@ -147,6 +147,7 @@ The BGPVPN service plugin support or will support the following drivers:
bagpipe/index
opencontrail/index
opendaylight/index
==========
References
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.