Skip to content

Commit

Permalink
doc: fix typo in openstack radosgw integration
Browse files Browse the repository at this point in the history
s/type-object store/type object-store/

Signed-off-by: Loic Dachary <[email protected]>
Reviewed-by: Josh Durgin <[email protected]>
  • Loading branch information
Loic Dachary authored and jdurgin committed Nov 1, 2013
1 parent 4032501 commit cbc15bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/radosgw/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <id> --publicurl http://radosgw.example.com/swift/v1 \
--internalurl http://radosgw.example.com/swift/v1 --adminurl http://radosgw.example.com/swift/v1

Expand Down

0 comments on commit cbc15bf

Please sign in to comment.