Documented import_keypair for the ec2 driver

This commit is contained in:
Bogdan Radulescu 2015-10-20 12:41:28 +00:00 committed by rallytime
parent 715c12014c
commit 4a7eee08a8

View file

@ -901,6 +901,13 @@ point, and should be stored immediately.
salt-cloud -f create_keypair ec2 keyname=mykeypair
Importing a Key Pair
-------------------
.. code-block:: bash
salt-cloud -f import_keypair ec2 keyname=mykeypair file=/path/to/id_rsa.pub
Show a Key Pair
---------------