Merge "Change the parameters "--key_name" to "--key-name""

This commit is contained in:
Jenkins 2016-09-20 15:11:43 +00:00 committed by Gerrit Code Review
commit e03e8ee62e
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ settings:
.. code-block:: console
$ nova boot --flavor m1.tiny --key_name myKeypairName --image myImageID newInstanceName
$ nova boot --flavor m1.tiny --key-name myKeypairName --image myImageID newInstanceName
.. figure:: figures/OpenStackTrustedComputePool2.png

View File

@ -243,7 +243,7 @@ Start an instance (boot)
.. code-block:: console
$ nova boot --image cirros-0.3.0-x86_64 --flavor m1.small \
--key_name test MyFirstServer
--key-name test MyFirstServer
Use ssh to connect to the instance