ansible/cloud
Yap Sok Ann 05a235a318 ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
Calling `ec2.get_image` right after `ec2.create_image` may raise error
"InvalidAMIID.NotFound". This has happend roughly 1 time out of 10 for me.

Other people has bitten by this too:
- 5707f100a0
- http://stackoverflow.com/a/14794952
- https://bitbucket.org/utoolity/bamboo-aws-plugin/pull-request/22/baws-116-fix-ec2-image-task-failing-with/diff
2013-10-04 23:17:04 +08:00
..
cloudformation The cloudformation module argument spec should match the documentation, so that template_parameters is a required argument. 2013-08-27 15:09:30 -06:00
digital_ocean Added a version_added string to the new digital_ocean module param 2013-09-25 16:49:48 -05:00
ec2 Make the ec2 wait code a little smarter 2013-09-25 16:16:52 -05:00
ec2_ami ec2_ami: Account for AWS's "eventual consistency" with AMI creation. 2013-10-04 23:17:04 +08:00
ec2_eip Merge pull request #4330 from tgerla/ec2_eip-docs 2013-10-01 15:12:07 -07:00
ec2_elb Modified ec2_elb doc per issue #3849 2013-09-03 16:13:25 -05:00
ec2_facts Allow check mode when gathering ec2 facts 2013-07-11 19:50:55 -05:00
ec2_group Add idempotency support to ec2_group 2013-10-02 11:29:59 -04:00
ec2_tag Basic module to tag resources in EC2. 2013-08-13 12:55:06 -05:00
ec2_vol Rebase attempt 2013-08-20 15:14:16 -04:00
glance_image Fix 'timeout' parameter of glance-image module. 2013-07-25 14:54:21 -07:00
keystone_user Keystone_user module: fix authentication needs tenant_name too 2013-07-10 07:21:07 +01:00
linode Styling: semicolon 2013-06-30 18:53:22 -04:00
nova_compute Fix wait_for default value to follow the documentation (documentation = 180, default value = 120) 2013-09-08 23:52:40 +02:00
nova_keypair DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
quantum_floating_ip DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
quantum_floating_ip_associate Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
quantum_network quantum_network: fix some doc mistakes 2013-08-28 21:19:24 +01:00
quantum_router Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
quantum_router_gateway DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
quantum_router_interface Fixed a few small typos 2013-06-18 12:26:40 -06:00
quantum_subnet Add option for DNS nameservers to quantum_subnet module 2013-09-18 19:40:12 -04:00
rax [cloud/rax] support wait on delete 2013-09-20 13:49:39 -04:00
rax_clb Update references for rax_clb_nodes to use rax_clb 2013-10-03 09:45:01 -05:00
rds make rds handle vpc security groups properly 2013-09-02 20:40:41 +02:00
route53 Fixed small typo from the merge conflict in the route53 module 2013-08-23 13:40:57 -05:00
s3 dest in s3 module does not work with ~username notation for home directories. Wrapped dest definition in os.path.expanduser() which will return the expanded path in case of successful tilde expansion and otherwise the original value 2013-09-19 00:32:13 -04:00
virt Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00