diff options
author | Alexandre Marangone <a.marangone@gmail.com> | 2013-02-04 21:14:54 -0800 |
---|---|---|
committer | Alexandre Marangone <a.marangone@gmail.com> | 2013-02-04 21:14:54 -0800 |
commit | 6e60330132ebf4910bbd70c8ca8549e25ddf3d28 (patch) | |
tree | 65541cb3671c3737affbe201ab94d400b8061a4e | |
parent | af8cac11f7899d2be6d1a3c79e346a92fd108d50 (diff) | |
download | ceph-6e60330132ebf4910bbd70c8ca8549e25ddf3d28.tar.gz |
Edit rgw keystone url in ./doc/radosgw/config.rst
Won't work with the public port, it needs to be the admin port.
-rw-r--r-- | doc/radosgw/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 8da20b8f3e1..7093283db5a 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -332,7 +332,7 @@ by RGW. The following config options are available for Keystone integration:: [client.radosgw.gateway] - rgw keystone url = {keystone server url} + rgw keystone url = {keystone server url:keystone server admin port} rgw keystone admin token = {keystone admin token} rgw keystone accepted roles = {accepted user roles} rgw keystone token cache size = {number of tokens to cache} |