]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Clarify the requirement that the cinder user's key must be present on the comput... 4146/head
authorLee Revell <rlrevell@gmail.com>
Mon, 23 Mar 2015 19:37:29 +0000 (15:37 -0400)
committerLee Revell <rlrevell@gmail.com>
Mon, 23 Mar 2015 19:37:29 +0000 (15:37 -0400)
Signed-off-by: Lee Revell <rlrevell@gmail.com>
doc/rbd/rbd-openstack.rst

index dbbb509b023c79a29f194884af04fa28e9f77ccf..17999264865545cd329cfff861e599c5eb9b172f 100644 (file)
@@ -139,7 +139,11 @@ Add the keyrings for ``client.cinder``, ``client.glance``, and
   ssh {your-cinder-backup-server} sudo chown cinder:cinder /etc/ceph/ceph.client.cinder-backup.keyring
 
 Nodes running ``nova-compute`` need the keyring file for the ``nova-compute``
-process. They also need to store the secret key of the ``client.cinder`` user in
+process::
+
+  ceph auth get-or-create client.cinder | ssh {your-nova-compute-server} sudo tee /etc/ceph/ceph.client.cinder.keyring
+
+They also need to store the secret key of the ``client.cinder`` user in
 ``libvirt``. The libvirt process needs it to access the cluster while attaching
 a block device from Cinder.