]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Edit endpoint-create in ./doc/radosgw/config.rst 38/head
authorAlexandre Marangone <a.marangone@gmail.com>
Tue, 5 Feb 2013 05:20:07 +0000 (21:20 -0800)
committerAlexandre Marangone <a.marangone@gmail.com>
Tue, 5 Feb 2013 05:20:07 +0000 (21:20 -0800)
internalurl and adminurl are mandatory. Typo in publicurl.

doc/radosgw/config.rst

index 7093283db5afa89bdf2e137fa81cddaa59ba64b2..a4dc85aff4a05cfb92855a6a0555d09e8b3e61cf 100644 (file)
@@ -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