Fix vmware_nsx documentation
Fix documentation warnings Change-Id: Icf2c01c6b4814b69221de4ad432d092164205b28
This commit is contained in:
parent
aceb11f922
commit
ea43183892
@ -1,3 +1,7 @@
|
|||||||
|
=================
|
||||||
|
Contributor Guide
|
||||||
|
=================
|
||||||
|
|
||||||
If you would like to contribute to the development of OpenStack,
|
If you would like to contribute to the development of OpenStack,
|
||||||
you must follow the steps documented at:
|
you must follow the steps documented at:
|
||||||
|
|
||||||
|
@ -166,8 +166,8 @@ Enable trunk service and configure following flags in ``local.conf``::
|
|||||||
ENABLED_SERVICES+=,q-trunk
|
ENABLED_SERVICES+=,q-trunk
|
||||||
Q_SERVICE_PLUGIN_CLASSES=trunk
|
Q_SERVICE_PLUGIN_CLASSES=trunk
|
||||||
|
|
||||||
FWaaS (V1) Driver:
|
FWaaS (V1) Driver
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Add neutron-fwaas repo as an external repository and configure following flags in ``local.conf``::
|
Add neutron-fwaas repo as an external repository and configure following flags in ``local.conf``::
|
||||||
|
|
||||||
@ -243,8 +243,8 @@ Configure the service provider::
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
api_extensions_path = $DEST/neutron-lbaas/neutron_lbaas/extensions
|
api_extensions_path = $DEST/neutron-lbaas/neutron_lbaas/extensions
|
||||||
|
|
||||||
FWaaS (V1) Driver:
|
FWaaS (V1) Driver
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Add neutron-fwaas repo as an external repository and configure following flags in ``local.conf``::
|
Add neutron-fwaas repo as an external repository and configure following flags in ``local.conf``::
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
.. include:: ../../ChangeLog
|
|
@ -10,7 +10,9 @@ Contents:
|
|||||||
installation
|
installation
|
||||||
usage
|
usage
|
||||||
contributing
|
contributing
|
||||||
history
|
admin_util
|
||||||
|
devstack
|
||||||
|
housekeeper
|
||||||
|
|
||||||
Code Documentation
|
Code Documentation
|
||||||
==================
|
==================
|
||||||
@ -18,7 +20,6 @@ Code Documentation
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
api/autoindex
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
@ -1 +1 @@
|
|||||||
.. include:: ../README.rst
|
.. include:: ../../README.rst
|
@ -6,6 +6,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
flake8-import-order==0.12 # LGPLv3
|
flake8-import-order==0.12 # LGPLv3
|
||||||
|
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
|
||||||
mock>=2.0.0 # BSD
|
mock>=2.0.0 # BSD
|
||||||
|
|
||||||
psycopg2>=2.6.2 # LGPL/ZPL
|
psycopg2>=2.6.2 # LGPL/ZPL
|
||||||
|
Loading…
Reference in New Issue
Block a user