diff options
author | Alexandre Marangone <a.marangone@gmail.com> | 2013-02-04 21:20:07 -0800 |
---|---|---|
committer | Alexandre Marangone <a.marangone@gmail.com> | 2013-02-04 21:20:07 -0800 |
commit | d41b541189dc8bedeba40c442501280bfc0f3fae (patch) | |
tree | 06991a9876ccf142daeeec6194df7cf5e7e74827 | |
parent | 6e60330132ebf4910bbd70c8ca8549e25ddf3d28 (diff) | |
download | ceph-d41b541189dc8bedeba40c442501280bfc0f3fae.tar.gz |
Edit endpoint-create in ./doc/radosgw/config.rst
internalurl and adminurl are mandatory. Typo in publicurl.
-rw-r--r-- | doc/radosgw/config.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 7093283db5a..a4dc85aff4a 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -349,7 +349,8 @@ Keystone itself needs to be configured to point to RGW as an object-storage endpoint:: keystone service-create --name swift --type-object-store - keystone endpoint-create --service-id <id> --public-url http://radosgw.example.com/swift/v1 + keystone endpoint-create --service-id <id> --publicurl http://radosgw.example.com/swift/v1 \ + --internalurl http://radosgw.example.com/swift/v1 --adminurl http://radosgw.example.com/swift/v1 The keystone url is the Keystone admin RESTful api url. The admin token is the |