fix boto ec2 module create_image doc

This commit is contained in:
Ch3LL 2017-02-03 10:23:12 -07:00
parent 9de08af950
commit 90af696331

View File

@ -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'
'''