]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd/rbd-openstack.rst: ``client.cinder`` requires ``rwx`` permission against... 18143/head
authorShinobu Kinjo <shinobu@redhat.com>
Fri, 6 Oct 2017 01:08:21 +0000 (10:08 +0900)
committerShinobu Kinjo <shinobu@redhat.com>
Fri, 6 Oct 2017 01:08:21 +0000 (10:08 +0900)
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
doc/rbd/rbd-openstack.rst

index a93acbafd6349dbdb003c2e343e355f6b9b0e5b3..ed8fd7f66eff163996596bcfd66e8e761c0cc10c 100644 (file)
@@ -129,7 +129,7 @@ and Glance. Execute the following::
 
 If you run an OpenStack version before Mitaka, create the following ``client.cinder`` key::
 
-    ceph auth get-or-create client.cinder mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rwx pool=vms, allow rx pool=images'
+    ceph auth get-or-create client.cinder mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rwx pool=vms, allow rwx pool=images'
 
 Since Mitaka introduced the support of RBD snapshots while doing a snapshot of a Nova instance,
 we need to allow the ``client.cinder`` key write access to the ``images`` pool; therefore, create the following key::