From cbc15bfcac363ac9356c71464fafa42b730ccba5 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 29 Oct 2013 15:36:31 +0100 Subject: [PATCH] doc: fix typo in openstack radosgw integration s/type-object store/type object-store/ Signed-off-by: Loic Dachary Reviewed-by: Josh Durgin --- doc/radosgw/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index caa3dac15e145..5cf437dc72d18 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -399,7 +399,7 @@ according to the ``rgw keystone accepted roles`` configurable. Keystone itself needs to be configured to point to the Ceph Object Gateway as an object-storage endpoint:: - keystone service-create --name swift --type-object store + keystone service-create --name swift --type object-store 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 -- 2.39.5