Merge pull request #39166 from Ch3LL/fix_boto_ec2_docs

fix boto ec2 module create_image doc
This commit is contained in:
Mike Place 2017-02-06 11:27:16 -07:00 committed by GitHub
commit fa45cbc359

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