From: Proskurin Kirill Date: Mon, 10 Oct 2016 14:01:57 +0000 (+0000) Subject: Update keystone doc about v3 options X-Git-Tag: v11.1.0~320^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11392%2Fhead;p=ceph.git Update keystone doc about v3 options Signed-off-by: Proskurin Kirill --- diff --git a/doc/radosgw/keystone.rst b/doc/radosgw/keystone.rst index 0dc0f8cc9866..e5290497b43e 100644 --- a/doc/radosgw/keystone.rst +++ b/doc/radosgw/keystone.rst @@ -11,6 +11,7 @@ token that Keystone validates will be considered as valid by the gateway. The following configuration options are available for Keystone integration:: [client.radosgw.gateway] + rgw keystone api version = {keystone api version} rgw keystone url = {keystone server url:keystone server admin port} rgw keystone admin token = {keystone admin token} rgw keystone accepted roles = {accepted user roles} @@ -40,6 +41,12 @@ the Ceph Object Gateway gets the ticket, it looks at the tenant, and the user roles that are assigned to that ticket, and accepts/rejects the request according to the ``rgw keystone accepted roles`` configurable. +For a v3 version of the OpenStack Identity API you should replace +``rgw keystone admin tenant`` with:: + + rgw keystone admin domain = {keystone admin domain} + rgw keystone admin project = {keystone admin project} + Prior to Kilo -------------