Commit Graph

28 Commits (fb779bf30cfe4bbe15b2fe685974caeca71b941c)

Author SHA1 Message Date
Bradley Phipps 4a8930f886 added missing colons to documentation (#3913) 8 years ago
codemeup @ Work 7314cc3867 Fixing error exception handling for python3. Does not need to be compa… (#3840)
* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.

* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.

* Fixing compile time errors IRT error exception handling for Python 3.5.
This does not need to be compatible with Python2.4 b/c Boto is Python 2.6 and above.
8 years ago
Brian Coca 3c009bd04f corrected return docs sample 9 years ago
Constantin b3bcd5a433 Added improvements and documented return structure (#2320) 9 years ago
jjshoe bfa0a94c27 Fix an issue where by a call to ec2.get_image wasn't wrapped in a try/except, and would occasionally throw an exception in the wild. Also greatly simplifies two of the ugliest known loops to man down into a single loop. (#2554) 9 years ago
jjshoe 52823bdb5b Speed up AMI code by not attempting to create the AMI without checkin… (#2551)
* Speed up AMI code by not attempting to create the AMI without checking on the name first. Also simplifies code for reporting errors from AMI creation, greatly.

* remove sys.exit
9 years ago
Taras Lipatov 5299279b0b Fixed typo json_fail to fail_json 9 years ago
Matt Martz c7845456a6 Various simple linting type cleanups on modules 9 years ago
Brian Coca cac69f3135 added missing version_added 9 years ago
Brian Coca aa6f80669a Merge pull request #534 from ferrants/ami-launch-permissions
ec2_ami can update an ami's launch_permissions
9 years ago
Brian Coca c4f64d822c changed modules to use common ec2 docs for region 9 years ago
Toshio Kuratomi d5f62798f0 Docs fixes 9 years ago
Tom Bamford 4e1d28e311 Clarify available options for device_mapping parameter of ec2_ami module 9 years ago
Matt Ferrante 8cb4b7b01c ec2_ami can update an ami's launch_permissions 9 years ago
Greg DeKoenigsberg 28a869a030 Updating cloud modules with proper github author information 9 years ago
Brian Coca 7f12130d7a fixed version added 9 years ago
Andrea Mandolo 0b0d972998 Add "block_device_mapping" parameter on EC2_AMI Amazon module (DOCUMENTATION) - upgraded 9 years ago
Andrea Mandolo 1e4bd62af5 Add "block_device_mapping" parameter on EC2_AMI Amazon module - ugraded 9 years ago
Benno Joy c25fe3438b Merge pull request #737 from raags/devel
Creating ami should be idempotent
9 years ago
Brian Coca 9028e9d4be minor doc fixes, set version added for new tags: parameter
should Fix #10894
10 years ago
Brian Coca 89bd6af0ed Merge pull request #966 from jnsaff/devel
Added support for tagging images in ec2_ami.py
10 years ago
steenzout d960dc1584 issue #994: use HAS_BOTO to determine if import was successful:
- removed import of sys module.
- HAS_BOTO constant to check if import was successful.
- trigger a failure when import fails.
- removed unnecessary imports.
10 years ago
Jaanus Torp aca893cf43 Added support for tagging images in ec2_ami.py 10 years ago
Brian Coca af31cb8faf now captures connection exceptions and returns in 'nicer' module failure 10 years ago
Raghu Udiyar eab438ce5f Creating ami should be idempotent
If the ami already exists, return details of the duplicate
ami instead of failing with an error.
10 years ago
Mike Putnam 5c6f375c17 Type fix on delete_snapshot docs. 10 years ago
Michael DeHaan e7c92a6bc6 More EC2 doc tweaks 10 years ago
Brian Coca 0c4adcb2c6 made subcategories for cloud modules for better organization 10 years ago