mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
fix boto ec2 module create_image doc
This commit is contained in:
parent
9de08af950
commit
90af696331
@ -495,8 +495,8 @@ def create_image(ami_name, instance_id=None, instance_name=None, tags=None, regi
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt myminion boto_ec2.create_instance ami_name instance_name=myinstance
|
||||
salt myminion boto_ec2.create_instance another_ami_name tags='{"mytag": "value"}' description='this is my ami'
|
||||
salt myminion boto_ec2.create_image ami_name instance_name=myinstance
|
||||
salt myminion boto_ec2.create_image another_ami_name tags='{"mytag": "value"}' description='this is my ami'
|
||||
|
||||
'''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user