summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-09 16:12:19 +0000
committerGerrit Code Review <review@openstack.org>2020-03-09 16:12:19 +0000
commitd93bfe182e46837e0f90a3bb2e73aa3aeec8fdc9 (patch)
tree488579ea5dd5534335bf59dbbb24adf21606a6f0
parent13f16e23ae2cd0ed021f3a2de721145c185d2fdf (diff)
parent1a411ada8002e8f074f14657464587b5b748b1df (diff)
downloadoslo-config-d93bfe182e46837e0f90a3bb2e73aa3aeec8fdc9.tar.gz
Merge "Use stevedore to list the source drivers in documentation"8.0.2
-rw-r--r--doc/source/conf.py1
-rw-r--r--doc/source/configuration/drivers.rst10
-rw-r--r--doc/source/configuration/index.rst1
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