cinder/doc/source/configuration/index.rst
Brian Rosmaita bdf59306f7 Add "service token" documentation
Adds a doc about configuring and troubleshooting a service user
to send service tokens.

Also adds the config necessary for successful use of a service token
to the sample configuration file.  Only adds keystone v3 options
because v3 is required for service tokens.  Lists the service user
options before the session conf opts because the former are required
while the latter are less likely to be changed.

Closes-bug: #1837449

Change-Id: I4223624d00c713ab6b129ed278147f1c89995567
2019-09-26 10:26:21 +02:00

31 lines
942 B
ReStructuredText

============================
Cinder Service Configuration
============================
.. toctree::
:maxdepth: 1
block-storage/block-storage-overview.rst
block-storage/volume-drivers.rst
block-storage/backup-drivers.rst
block-storage/schedulers.rst
block-storage/logs.rst
block-storage/policy.rst
block-storage/policy-config-HOWTO.rst
block-storage/fc-zoning.rst
block-storage/nested-quota.rst
block-storage/volume-encryption.rst
block-storage/service-token.rst
block-storage/config-options.rst
block-storage/samples/index.rst
.. note::
The examples of common configurations for shared
service and libraries, such as database connections and
RPC messaging, can be seen in Cinder's sample configuration
file: `cinder.conf.sample <../_static/cinder.conf.sample>`_.
The Block Storage service works with many different storage
drivers that you can configure by using these instructions.