From d869df59e9a9b0bf5f2cee164aea5b3c15d52e7b Mon Sep 17 00:00:00 2001 From: Proskurin Kirill Date: Mon, 10 Oct 2016 14:01:57 +0000 Subject: [PATCH] Update keystone doc about v3 options Signed-off-by: Proskurin Kirill --- doc/radosgw/keystone.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 ------------- -- 2.47.3