]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd: corrected OpenStack Cinder permissions for Glance pool 22443/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 6 Jun 2018 18:50:24 +0000 (14:50 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 6 Jun 2018 18:50:24 +0000 (14:50 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
doc/rbd/rbd-openstack.rst

index 750e2dc47ef707208339bd852a8997d40912e3ce..ddb688561bf1a7c413379d77a463c38aaa52cddc 100644 (file)
@@ -133,7 +133,7 @@ If you have `cephx authentication`_ enabled, create a new user for Nova/Cinder
 and Glance. Execute the following::
 
     ceph auth get-or-create client.glance mon 'profile rbd' osd 'profile rbd pool=images'
-    ceph auth get-or-create client.cinder mon 'profile rbd' osd 'profile rbd pool=volumes, profile rbd pool=vms, profile rbd pool=images'
+    ceph auth get-or-create client.cinder mon 'profile rbd' osd 'profile rbd pool=volumes, profile rbd pool=vms, profile rbd-read-only pool=images'
     ceph auth get-or-create client.cinder-backup mon 'profile rbd' osd 'profile rbd pool=backups'
 
 Add the keyrings for ``client.cinder``, ``client.glance``, and