]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Developer documentation
authorSean M. Collins <sean_collins2@cable.comcast.com>
Fri, 31 Jan 2014 19:38:33 +0000 (14:38 -0500)
committerSean M. Collins <sean_collins2@cable.comcast.com>
Wed, 26 Feb 2014 16:03:46 +0000 (11:03 -0500)
commit72398f1f69252bebf67d81b8d799f01ca12f4de1
tree8aa5f27f4646f01ffe1947ad6582767c465d5bdd
parent0d78a25ffbf1b58c73569d550570c01f97394d43
Developer documentation

* 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
14 files changed:
TESTING [deleted file]
TESTING.rst [new file with mode: 0644]
doc/source/devref/api_extensions.rst [new file with mode: 0644]
doc/source/devref/api_layer.rst [new file with mode: 0644]
doc/source/devref/db_layer.rst [new file with mode: 0644]
doc/source/devref/development.environment.rst
doc/source/devref/index.rst
doc/source/devref/l2_agents.rst [new file with mode: 0644]
doc/source/devref/layer3.rst [new file with mode: 0644]
doc/source/devref/linuxbridge_agent.rst [new file with mode: 0644]
doc/source/devref/openvswitch_agent.rst [new file with mode: 0644]
doc/source/devref/plugin-api.rst
doc/source/devref/rpc_api.rst [new file with mode: 0644]
doc/source/devref/security_group_api.rst [new file with mode: 0644]