ansible/cloud/amazon
Luc Bourlier df53b85259 Don't use 'tenancy' in ec2 spot requests
The problem was introduced in commit f5789e8e. 'tenancy' is a parameter of
ec2.run_instances, but not in ec2.request_spot_instances. So it was breaking
the support for spot requests.
2015-02-10 13:43:11 +00:00
..
__init__.py
cloudformation.py update to use connect_to_region to avoid errors with china 2014-12-17 19:55:54 -05:00
ec2.py Don't use 'tenancy' in ec2 spot requests 2015-02-10 13:43:11 +00:00
ec2_ami.py Type fix on delete_snapshot docs. 2014-12-12 13:29:51 -06:00
ec2_ami_search.py Merge pull request #260 from willthames/aws_frankfurt 2014-12-22 08:47:27 -05:00
ec2_asg.py vpc_zone_identifier must be a csv string when an asg is updated. 2015-01-07 14:39:28 -05:00
ec2_eip.py
ec2_elb.py Merge pull request #260 from willthames/aws_frankfurt 2014-12-22 08:47:27 -05:00
ec2_elb_lb.py Merge pull request #260 from willthames/aws_frankfurt 2014-12-22 08:47:27 -05:00
ec2_facts.py Merge pull request #260 from willthames/aws_frankfurt 2014-12-22 08:47:27 -05:00
ec2_group.py #531 correction 2014-12-17 09:01:50 -08:00
ec2_key.py
ec2_lc.py Allow ec2_lc to create EC2-Classic Launch Configs 2015-01-06 09:30:44 -02:00
ec2_metric_alarm.py
ec2_scaling_policy.py
ec2_snapshot.py
ec2_tag.py
ec2_vol.py corrected release when this feature was added 2015-01-19 09:34:27 -05:00
ec2_vpc.py
elasticache.py Potential fix for 640 2015-01-13 22:39:20 -08:00
rds.py corrected version added for latest features 2015-01-28 12:55:05 -05:00
rds_param_group.py
rds_subnet_group.py Fix slight typo in doco 2015-01-14 12:12:02 +11:00
route53.py Merge branch 'devel' of https://github.com/ansible/ansible-modules-core into ansible-devel 2015-01-22 15:04:55 -06:00
s3.py