From: Alexandre Marangone Date: Tue, 5 Feb 2013 05:20:07 +0000 (-0800) Subject: Edit endpoint-create in ./doc/radosgw/config.rst X-Git-Tag: v0.57~43^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d41b541189dc8bedeba40c442501280bfc0f3fae;p=ceph.git Edit endpoint-create in ./doc/radosgw/config.rst internalurl and adminurl are mandatory. Typo in publicurl. --- diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 7093283db5af..a4dc85aff4a0 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 --public-url http://radosgw.example.com/swift/v1 + keystone endpoint-create --service-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