Merge "Use stevedore to list the source drivers in documentation"

This commit is contained in:
Zuul 2020-03-09 16:12:19 +00:00 committed by Gerrit Code Review
commit d93bfe182e
3 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,7 @@ extensions = [
'oslo_config.sphinxconfiggen',
'oslo_config.sphinxext',
'sphinxcontrib.apidoc',
'stevedore.sphinxext',
]
# openstackdocstheme options

View File

@ -0,0 +1,10 @@
==============================
Configuration Source Drivers
==============================
In addition to command line options and configuration files,
oslo.config can access configuration settings in other locations using
*drivers* to define new *sources*.
.. list-plugins:: oslo.config.driver
:detailed:

View File

@ -9,3 +9,4 @@
format
mutable
options
drivers