Merge "Add config options to the documentation"

This commit is contained in:
Jenkins 2015-08-27 08:23:23 +00:00 committed by Gerrit Code Review
commit e4817384b5
2 changed files with 13 additions and 3 deletions

View File

@ -12,6 +12,7 @@ extensions = [
'sphinx.ext.autodoc',
'oslosphinx',
'stevedore.sphinxext',
'oslo_config.sphinxext',
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy

View File

@ -1,6 +1,15 @@
----------------------
=======================
Configuration Options
----------------------
=======================
oslo.messaging uses oslo.config to define and manage configuration
options to allow the deployer to control how an application uses the
underlying messaging system.
.. show-options:: oslo.messaging
API
===
.. currentmodule:: oslo_messaging.opts