Browse Source
This adds a doc page for oslo.limit config options by auto-generating them. Change-Id: I49070fdbf2172f87bafd4d2bd08af282c9ef29a4changes/21/831621/1
3 changed files with 23 additions and 4 deletions
@ -1,7 +1,16 @@
|
||||
======================== |
||||
oslo.limit API Reference |
||||
======================== |
||||
========= |
||||
Reference |
||||
========= |
||||
|
||||
.. toctree:: |
||||
:maxdepth: 2 |
||||
|
||||
opts |
||||
|
||||
API |
||||
=== |
||||
|
||||
.. toctree:: |
||||
:maxdepth: 1 |
||||
|
||||
api/modules |
||||
|
@ -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 |
Loading…
Reference in new issue