1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

Merge pull request from rzarzynski/wip-rgw-keystonev3-doc

rgw, doc: improve documentation of Keystone v3 config options
This commit is contained in:
Matt Benjamin 2016-05-24 07:31:30 -04:00
commit 1535cd4096

View File

@ -955,9 +955,40 @@ Keystone Settings
:Default: None
``rgw keystone api version``
:Description: The version (2 or 3) of OpenStack Identity API that should be
used for communication with the Keystone server.
:Type: Integer
:Default: ``2``
``rgw keystone admin domain``
:Description: The name of OpenStack domain with admin privilege when using
OpenStack Identity API v3.
:Type: String
:Default: None
``rgw keystone admin project``
:Description: The name of OpenStack project with admin privilege when using
OpenStack Identity API v3. If left unspecified, value of
``rgw keystone admin tenant`` will be used instead.
:Type: String
:Default: None
``rgw keystone admin token``
:Description: The Keystone admin token (shared secret).
:Description: The Keystone admin token (shared secret). In Ceph RadosGW
authentication with the admin token has priority over
authentication with the admin credentials
(``rgw keystone admin user``, ``rgw keystone admin password``,
``rgw keystone admin tenant``, ``rgw keystone admin project``,
``rgw keystone admin domain``). Admin token feature is considered
as deprecated.
:Type: String
:Default: None