Merge "[install] fix public key location"

This commit is contained in:
Jenkins
2016-01-13 13:34:55 +00:00
committed by Gerrit Code Review

View File

@@ -53,7 +53,7 @@ must add a public key to the Compute service.
.. code-block:: console
$ ssh-keygen -q -N ""
$ nova keypair-add --pub-key .ssh/id_rsa.pub mykey
$ nova keypair-add --pub-key ~/.ssh/id_rsa.pub mykey
.. note::