fixed typo - nova configure access seurity

Change-Id: Ie6a511e2a1babb8e03cca298e83e58fecfff250d
Closes-Bug: #1631239
This commit is contained in:
npraveen35 2016-10-07 11:09:40 +05:30
parent 517b4c569c
commit 7236e5e126

View File

@ -94,7 +94,7 @@ Import a key pair
.. code-block:: console
$ nova keypair-add --pub_key ~/.ssh/id_rsa.pub KEY_NAME
$ nova keypair-add --pub-key ~/.ssh/id_rsa.pub KEY_NAME
This command registers the public key at the Nova database and names the
key pair the name that you specify for ``KEY_NAME``.