diff --git a/doc/source/conf.py b/doc/source/conf.py index 37e29057..f999c0bd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -14,6 +14,7 @@ extensions = [ 'oslo_config.sphinxconfiggen', 'oslo_config.sphinxext', 'sphinxcontrib.apidoc', + 'stevedore.sphinxext', ] # openstackdocstheme options diff --git a/doc/source/configuration/drivers.rst b/doc/source/configuration/drivers.rst new file mode 100644 index 00000000..578d44a6 --- /dev/null +++ b/doc/source/configuration/drivers.rst @@ -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: diff --git a/doc/source/configuration/index.rst b/doc/source/configuration/index.rst index 7dfa30eb..7bfa67b3 100644 --- a/doc/source/configuration/index.rst +++ b/doc/source/configuration/index.rst @@ -9,3 +9,4 @@ format mutable options + drivers