diff options
-rw-r--r-- | doc/source/conf.py | 1 | ||||
-rw-r--r-- | doc/source/configuration/drivers.rst | 10 | ||||
-rw-r--r-- | doc/source/configuration/index.rst | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 37e2905..f999c0b 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 0000000..578d44a --- /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 7dfa30e..7bfa67b 100644 --- a/doc/source/configuration/index.rst +++ b/doc/source/configuration/index.rst @@ -9,3 +9,4 @@ format mutable options + drivers |