diff --git a/doc/install-guide/source/launch-instance.rst b/doc/install-guide/source/launch-instance.rst index d1a6428f29..ed9cdfa46c 100644 --- a/doc/install-guide/source/launch-instance.rst +++ b/doc/install-guide/source/launch-instance.rst @@ -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::