Merge "Use stevedore to list the source drivers in documentation"
This commit is contained in:
commit
d93bfe182e
@ -14,6 +14,7 @@ extensions = [
|
||||
'oslo_config.sphinxconfiggen',
|
||||
'oslo_config.sphinxext',
|
||||
'sphinxcontrib.apidoc',
|
||||
'stevedore.sphinxext',
|
||||
]
|
||||
|
||||
# openstackdocstheme options
|
||||
|
10
doc/source/configuration/drivers.rst
Normal file
10
doc/source/configuration/drivers.rst
Normal 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:
|
@ -9,3 +9,4 @@
|
||||
format
|
||||
mutable
|
||||
options
|
||||
drivers
|
||||
|
Loading…
Reference in New Issue
Block a user