Render devstack ansible roles via zuul-sphinx
Change-Id: Ie0db5bcfdacc2543488704fe4428b68910bd6bf1
This commit is contained in:
parent
22d70554ac
commit
fddf3430d8
@ -8,3 +8,4 @@ nwdiag
|
||||
blockdiag
|
||||
sphinxcontrib-blockdiag
|
||||
sphinxcontrib-nwdiag
|
||||
zuul-sphinx>=0.2.0
|
||||
|
@ -26,7 +26,7 @@ import os
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = [ 'openstackdocstheme', 'sphinxcontrib.blockdiag', 'sphinxcontrib.nwdiag' ]
|
||||
extensions = [ 'sphinx.ext.autodoc', 'zuul_sphinx', 'openstackdocstheme', 'sphinxcontrib.blockdiag', 'sphinxcontrib.nwdiag' ]
|
||||
|
||||
# openstackdocstheme options
|
||||
repository_name = 'openstack-dev/devstack'
|
||||
|
@ -139,6 +139,8 @@ up to date to the latest devstack).
|
||||
Enable :doc:`devstack plugins <plugins>` to support additional
|
||||
services, features, and configuration not present in base devstack.
|
||||
|
||||
Use devstack in your CI with :doc:`Ansible roles <roles>` for Zuul V3.
|
||||
|
||||
Get :doc:`the big picture <overview>` of what we are trying to do
|
||||
with devstack, and help us by :doc:`contributing to the project
|
||||
<hacking>`.
|
||||
|
4
doc/source/roles.rst
Normal file
4
doc/source/roles.rst
Normal file
@ -0,0 +1,4 @@
|
||||
Roles
|
||||
=====
|
||||
|
||||
.. zuul:autoroles::
|
Loading…
Reference in New Issue
Block a user