From d41b541189dc8bedeba40c442501280bfc0f3fae Mon Sep 17 00:00:00 2001 From: Alexandre Marangone Date: Mon, 4 Feb 2013 21:20:07 -0800 Subject: [PATCH] Edit endpoint-create in ./doc/radosgw/config.rst internalurl and adminurl are mandatory. Typo in publicurl. --- doc/radosgw/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 7093283db5afa..a4dc85aff4a05 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 -- 2.39.5