
The sample files were being rendered in two separate places. This commit removes one of them and adjusts the references accordingly. This commit also removes the sample files from the Operator guide since they have their own dedicated section under configuration/. Change-Id: I6da0843e2cb9dc7451d97af661a6cb4873eba671
27 lines
849 B
ReStructuredText
27 lines
849 B
ReStructuredText
=========================
|
|
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:`samples/keystone-conf`.
|
|
|
|
.. 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.
|