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:
Doug Hellmann 2018-06-29 10:54:15 -04:00 committed by Stephen Finucane
parent 6f5a925c3a
commit 1a411ada80
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