summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-10-08 07:52:42 -0700
committerSage Weil <sage@inktank.com>2013-10-08 07:52:42 -0700
commit1575895bdc525b584e094e08dfdafb4a11bab5f9 (patch)
tree0bb5630489a4f533a2303d59e780e5fdd4ddcb28
parent86b5b427188bc683362b383e96eb833b169d15ed (diff)
parent768fb0a2a2d2a911773340ec1effa15f07335fa6 (diff)
downloadceph-1575895bdc525b584e094e08dfdafb4a11bab5f9.tar.gz
Merge pull request #700 from dachary/master
doc: fix openstack rbd installation command
-rw-r--r--doc/rbd/rbd-openstack.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst
index 660757639aa..80dd43ce406 100644
--- a/doc/rbd/rbd-openstack.rst
+++ b/doc/rbd/rbd-openstack.rst
@@ -127,7 +127,7 @@ Hosts running ``nova-compute`` do not need the keyring. Instead, they
store the secret key in libvirt. Create a temporary copy of the secret
key on the hosts running ``nova-compute``::
- ssh {your-compute-host} client.volumes.key <`ceph auth get-key client.volumes`
+ ceph auth get-key client.volumes | ssh {your-compute-host} tee client.volumes.key
Then, on the compute hosts, add the secret key to libvirt and remove the
temporary copy of the key::