[install] fix public key location
key pair is created in ~/.ssh by default, ~/.ssh/id_rsa.pub is better. This patch fixes it. Closes-Bug: 1533481 Change-Id: I78e01fa099dea0ee790dd5a892ee40dad6341d95
This commit is contained in:
parent
f352f5a375
commit
2e05235e3d
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user