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
commit a86826e8d0

View File

@ -53,7 +53,7 @@ must add a public key to the Compute service.
.. code-block:: console .. code-block:: console
$ ssh-keygen -q -N "" $ 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:: .. note::