Added documentation for ODL Driver
Change-Id: I11dc10168ea03b7e4421977d4e85550bd873e42d
This commit is contained in:
2 changed files with 27 additions and 1 deletions
25
doc/source/opendaylight/index.rst
Normal file
25
doc/source/opendaylight/index.rst
Normal 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
@@ -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
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.