![Joshua Harlow](/assets/img/avatar_default.png)
Add automatically generated documentation for the configuration options using oslo_config.sphinxext. Change-Id: Ie698129e855dd35b2d0a4a1be625c2137f15f5e7
37 lines
760 B
ReStructuredText
37 lines
760 B
ReStructuredText
=======================
|
|
Configuration Options
|
|
=======================
|
|
|
|
oslo.service uses oslo.config to define and manage configuration options
|
|
to allow the deployer to control how an application uses this library.
|
|
|
|
periodic_task
|
|
=============
|
|
|
|
These options apply to services using the periodic task features of
|
|
oslo.service.
|
|
|
|
.. show-options:: oslo.service.periodic_task
|
|
|
|
service
|
|
=======
|
|
|
|
These options apply to services using the basic service framework.
|
|
|
|
.. show-options:: oslo.service.service
|
|
|
|
sslutils
|
|
========
|
|
|
|
These options apply to services using the SSL utilities module.
|
|
|
|
.. show-options:: oslo.service.sslutils
|
|
|
|
wsgi
|
|
====
|
|
|
|
These options apply to services using the WSGI (Web Service Gateway
|
|
Interface) module.
|
|
|
|
.. show-options:: oslo.service.wsgi
|