ansible/cloud
Joel Thompson a39d11e8f5 Add exponential backoff retries to ec2_elb_lb (#3379)
ec2_elb_lb doesn't react well to AWS API throttling errors. This
implements an exponential backoff operation around some of the AWS API
calls (with random jitter, in line with AWS recommendations) to make
this more resilient.
2016-04-16 21:43:03 +02:00
..
amazon Add exponential backoff retries to ec2_elb_lb (#3379) 2016-04-16 21:43:03 +02:00
azure Add new Dv2 Azure instances 2016-01-19 10:38:33 -06:00
digital_ocean Documentation updates to use complete YAML : syntax instead of key=val syntax. 2016-02-10 10:02:38 -05:00
docker make binds a list instead of a dict (to prevent overwriting when copying the same file to two places) (#2294) 2016-04-12 22:01:45 +02:00
google Add preemptible option on gce.py 2016-03-24 18:17:21 +09:00
linode Replace BOOLEANS with true/false 2016-04-05 16:31:15 +01:00
openstack Make remote_group handle name and id in cloud/openstack/os_security_group_rule.py 2016-04-14 20:03:13 +02:00
rackspace overwrite option was added for 2.1 2016-04-08 11:36:14 -05:00
vmware tolerate environment not being set 2016-02-23 12:36:50 -05:00
__init__.py