Merge "Add documentation for config options"

This commit is contained in:
Zuul 2022-03-08 18:38:00 +00:00 committed by Gerrit Code Review
commit 562ada0e2d
3 changed files with 23 additions and 4 deletions

View File

@ -21,7 +21,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [ extensions = [
'openstackdocstheme', 'openstackdocstheme',
'sphinxcontrib.apidoc' 'sphinxcontrib.apidoc',
'oslo_config.sphinxext',
] ]
apidoc_module_dir = '../../oslo_limit' apidoc_module_dir = '../../oslo_limit'

View File

@ -1,7 +1,16 @@
======================== =========
oslo.limit API Reference Reference
======================== =========
.. toctree:: .. toctree::
:maxdepth: 2
opts
API
===
.. toctree::
:maxdepth: 1
api/modules api/modules

View File

@ -0,0 +1,9 @@
=====================
Configuration Options
=====================
oslo.limit uses oslo.config to define and manage configuration
options to allow the deployer to control how an application uses the
underlying quota limits and enforcement.
.. show-options:: oslo.limit