summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/source/conf.py1
-rw-r--r--doc/source/index.rst1
-rw-r--r--doc/source/opts.rst9
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4c80723..aa53ed0 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -22,6 +22,7 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
+ 'oslo_config.sphinxext',
'oslosphinx'
]
diff --git a/doc/source/index.rst b/doc/source/index.rst
index ac6962e..6532cf8 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -9,6 +9,7 @@ to different database backends and various other helper utils.
:maxdepth: 2
installation
+ opts
usage
contributing
history
diff --git a/doc/source/opts.rst b/doc/source/opts.rst
new file mode 100644
index 0000000..aa6f145
--- /dev/null
+++ b/doc/source/opts.rst
@@ -0,0 +1,9 @@
+=====================
+Configuration Options
+=====================
+
+oslo.db uses oslo.config to define and manage configuration
+options to allow the deployer to control how an application uses the
+underlying database.
+
+.. show-options:: oslo.db