Added configuration options using oslo.config

There are auto generated configuration and policy guides which
were earlier manually copied and referenced. Used sphinext
module in oslo_config and oslo_policy to automatically render
those pages.

Change-Id: I2b49eb0083661cce70c5b9457fe5bd32dfe5e5e8
This commit is contained in:
Samriddhi Jain 2017-07-03 04:27:19 +05:30
parent 1baf3e6523
commit 718a046447
4 changed files with 40 additions and 1 deletions

View File

@ -49,8 +49,10 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'oslo_config.sphinxconfiggen',
'oslo_config.sphinxext',
'oslo_policy.sphinxpolicygen',
'openstackdocstheme',
'oslo_policy.sphinxext',
'ext.support_matrix',
]

View File

@ -0,0 +1,26 @@
=========================
API Configuration options
=========================
Configuration
~~~~~~~~~~~~~
The Identity service is configured in the ``/etc/keystone/keystone.conf`` file.
The following tables provide a comprehensive list of the Identity
service options. For a sample configuration file, refer to
:doc:`/sample_files/sample_config`.
.. show-options::
:config-file: config-generator/keystone.conf
Domain-specific Identity drivers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Identity service supports domain-specific Identity drivers
installed on an SQL or LDAP back end, and supports domain-specific
Identity configuration options, which are stored in domain-specific
configuration files. See the
`Admin guide Identity Management Chapter
<https://docs.openstack.org/admin-guide/identity-domain-specific-config.html>`_
for more information.

View File

@ -0,0 +1,9 @@
====================
Policy configuration
====================
The following is an overview of all available policies in Keystone. For a sample
configuration file, refer to :doc:`/sample_files/sample_policy`.
.. show-options::
:config-file: config-generator/keystone-policy-generator.conf

View File

@ -100,8 +100,10 @@ Configuration Options
~~~~~~~~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 2
:maxdepth: 1
configuration/config-options.rst
configuration/policy.rst
configuration/samples/index.rst
API Documentation