oslo.config provides sphinx extensions to generate config reference and sample config files. This commit enables the auto-generation of the networking config reference. Part of doc-migration work Suppress pyroute2 warning to pass the doc build. Change-Id: I74f0def7110674a6a735af77b9b07fb679b2959dchanges/20/483220/4
parent
93390579da
commit
89158e0039
@ -0,0 +1,6 @@
|
||||
==============
|
||||
dhcp_agent.ini
|
||||
==============
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/dhcp_agent.ini
|
@ -0,0 +1,61 @@
|
||||
.. _configuring:
|
||||
|
||||
=============================
|
||||
Neutron Configuration Options
|
||||
=============================
|
||||
|
||||
This section provides a list of all configuration options for various neutron
|
||||
services. These are auto-generated from neutron code when this documentation is
|
||||
built. Configuration filenames used below are filenames usually used, but there
|
||||
is no restriction on configuration filename in neutron and you can use
|
||||
arbitrary file names.
|
||||
|
||||
Configuration Reference
|
||||
-----------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
neutron.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
ml2-conf.rst
|
||||
linuxbridge-agent.rst
|
||||
macvtap-agent.rst
|
||||
openvswitch-agent.rst
|
||||
sriov-agent.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
dhcp-agent.rst
|
||||
l3-agent.rst
|
||||
metadata-agent.rst
|
||||
metering-agent.rst
|
||||
|
||||
Sample Configuration Files
|
||||
--------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
samples/neutron.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
samples/ml2-conf.rst
|
||||
samples/linuxbridge-agent.rst
|
||||
samples/macvtap-agent.rst
|
||||
samples/openvswitch-agent.rst
|
||||
samples/sriov-agent.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
samples/dhcp-agent.rst
|
||||
samples/l3-agent.rst
|
||||
samples/metadata-agent.rst
|
||||
samples/metering-agent.rst
|
@ -0,0 +1,9 @@
|
||||
============
|
||||
l3_agent.ini
|
||||
============
|
||||
|
||||
.. show-options::
|
||||
|
||||
neutron.az.agent
|
||||
neutron.base.agent
|
||||
neutron.l3.agent
|
@ -0,0 +1,6 @@
|
||||
=====================
|
||||
linuxbridge_agent.ini
|
||||
=====================
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/linuxbridge_agent.ini
|
@ -0,0 +1,6 @@
|
||||
=================
|
||||
macvtap_agent.ini
|
||||
=================
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/macvtap_agent.ini
|
@ -0,0 +1,6 @@
|
||||
==================
|
||||
metadata_agent.ini
|
||||
==================
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/metadata_agent.ini
|
@ -0,0 +1,6 @@
|
||||
==================
|
||||
metering_agent.ini
|
||||
==================
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/metering_agent.ini
|
@ -0,0 +1,6 @@
|
||||
============
|
||||
ml2_conf.ini
|
||||
============
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/ml2_conf.ini
|
@ -0,0 +1,6 @@
|
||||
============
|
||||
neutron.conf
|
||||
============
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/neutron.conf
|
@ -0,0 +1,6 @@
|
||||
=====================
|
||||
openvswitch_agent.ini
|
||||
=====================
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/openvswitch_agent.ini
|
@ -0,0 +1,8 @@
|
||||
=====================
|
||||
Sample dhcp_agent.ini
|
||||
=====================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/dhcp_agent.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/dhcp_agent.conf.sample
|
@ -0,0 +1,8 @@
|
||||
===================
|
||||
Sample l3_agent.ini
|
||||
===================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/l3_agent.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/l3_agent.conf.sample
|
@ -0,0 +1,8 @@
|
||||
============================
|
||||
Sample linuxbridge_agent.ini
|
||||
============================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/linuxbridge_agent.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/linuxbridge_agent.conf.sample
|
@ -0,0 +1,8 @@
|
||||
========================
|
||||
Sample macvtap_agent.ini
|
||||
========================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/macvtap_agent.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/macvtap_agent.conf.sample
|
@ -0,0 +1,8 @@
|
||||
=========================
|
||||
Sample metadata_agent.ini
|
||||
=========================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/metadata_agent.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/metadata_agent.conf.sample
|
@ -0,0 +1,8 @@
|
||||
=========================
|
||||
Sample metering_agent.ini
|
||||
=========================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/metering_agent.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/metering_agent.conf.sample
|
@ -0,0 +1,8 @@
|
||||
===================
|
||||
Sample ml2_conf.ini
|
||||
===================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/ml2_conf.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/ml2_conf.conf.sample
|
@ -0,0 +1,8 @@
|
||||
===================
|
||||
Sample neutron.conf
|
||||
===================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/neutron.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/neutron.conf.sample
|
@ -0,0 +1,8 @@
|
||||
============================
|
||||
Sample openvswitch_agent.ini
|
||||
============================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/openvswitch_agent.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/openvswitch_agent.conf.sample
|
@ -0,0 +1,8 @@
|
||||
======================
|
||||
Sample sriov_agent.ini
|
||||
======================
|
||||
|
||||
This sample configuration can also be viewed in `the raw format
|
||||
<../../_static/config-samples/sriov_agent.conf.sample>`_.
|
||||
|
||||
.. literalinclude:: ../../_static/config-samples/sriov_agent.conf.sample
|
@ -0,0 +1,6 @@
|
||||
===============
|
||||
sriov_agent.ini
|
||||
===============
|
||||
|
||||
.. show-options::
|
||||
:config-file: etc/oslo-config-generator/sriov_agent.ini
|
Loading…
Reference in new issue