From: Radoslaw Zarzynski Date: Mon, 25 Apr 2016 13:29:32 +0000 (+0200) Subject: rgw, doc: document config options related to Keystone v3. X-Git-Tag: v11.0.0~436^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3351a8ce3697a97156e82f09ac10572e14762d72;p=ceph.git rgw, doc: document config options related to Keystone v3. Signed-off-by: Radoslaw Zarzynski --- diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 8bd24756eee2..28f5052e8391 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -955,6 +955,31 @@ 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).