Merge "Change the parameters "--key_name" to "--key-name""
This commit is contained in:
commit
e03e8ee62e
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user