Use stevedore to list the source drivers in documentation
Add a section to the configuration guide to list all of the drivers using stevedore's sphinx integration. Change-Id: I6348f83efdd8a572821d2851ee4bd883f9e7e2b4 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
6f5a925c3a
commit
1a411ada80
@ -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