9a749d3a67
* Turns TESTING into a rst file, that we include in the developer documentation, for instructions on how to run the unit tests. * Link to a Vagrant project that sets up Neutron inside a VM. * Adds a section for how to debug with Nose * Add new section for Neutron Internals * Neutron L2 Agent documentation - currently only OVS * Make the Security Group API extension an example of how an API extension is implemented Implements bp developer-documentation Change-Id: I9b452abc9da3b1a41ae65cff727967de0eab12fe
13 lines
347 B
ReStructuredText
13 lines
347 B
ReStructuredText
Neutron Plugin Architecture
|
|
===========================
|
|
|
|
`Salvatore Orlando: How to write a Neutron Plugin (if you really need to) <http://www.slideshare.net/salv_orlando/how-to-write-a-neutron-plugin-if-you-really-need-to>`_
|
|
|
|
Plugin API
|
|
----------
|
|
|
|
.. automodule:: neutron.neutron_plugin_base_v2
|
|
|
|
.. autoclass:: NeutronPluginBaseV2
|
|
:members:
|