Marc Gariepy 8f56a66ed1 Add app-ovn.rst to index in documentation
so it will be easier to find.

Change-Id: Ib3eac8096eb5de00908de50d9e9228f59ebbca3f
2018-12-05 09:35:48 -05:00

51 lines
1.1 KiB
ReStructuredText

==================================
Neutron role for OpenStack-Ansible
==================================
.. toctree::
:maxdepth: 2
configure-network-services.rst
app-openvswitch.rst
app-ovn.rst
app-nuage.rst
app-calico.rst
app-opendaylight.rst
:tags: openstack, neutron, cloud, ansible
:category: \*nix
This role installs the following Systemd services:
* neutron-server
* neutron-agents
To clone or view the source code for this repository, visit the role repository
for `os_neutron <https://github.com/openstack/openstack-ansible-os_neutron>`_.
Default variables
~~~~~~~~~~~~~~~~~
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Dependencies
~~~~~~~~~~~~
This role needs pip >= 7.1 installed on the target host.
Example playbook
~~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Tags
~~~~
This role supports two tags: ``neutron-install`` and
``neutron-config``. The ``neutron-install`` tag can be used to install
and upgrade. The ``neutron-config`` tag can be used to maintain the
configuration of the service.