ansible/cloud/amazon
Christian Aistleitner ffeff8053b Guard against too old boto library
route53 creates Record objects using `health check` and `failover`
parameters. Those parameters only became available in boto 2.28.0.
As some prominent LTS Linux releases (e.g.: Ubuntu 14.04) only ship
older boto versions (e.g.: 2.20.1 for Ubuntu 14.04), users are getting
unhelpful error messages like

  TypeError: __init__() got an unexpected keyword argument 'health_check'

when running Ansible 2 against their LTS install's default boto.
We improve upon this error message by checking the boto version
beforehand.

Fixes ansible/ansible#13646
2016-03-01 18:55:58 +01:00
..
__init__.py
_ec2_ami_search.py Remove duplicate documentation fields 2016-01-28 09:24:20 -08:00
cloudformation.py Added explicit type for 'tags' option 2016-02-24 23:33:42 +00:00
ec2.py replaced sudo with become 2016-02-18 16:18:59 -07:00
ec2_ami.py Various simple linting type cleanups on modules 2016-02-16 15:58:44 -06:00
ec2_ami_find.py Remove explicit region parameter from ec2_ami_find 2016-01-14 23:30:27 +00:00
ec2_asg.py Don't raise or catch StandardError in amazon modules 2015-11-30 19:02:28 -08:00
ec2_eip.py return allocation id for vpc address. 2016-01-02 11:16:46 +00:00
ec2_elb.py Don't raise or catch StandardError in amazon modules 2015-11-30 19:02:28 -08:00
ec2_elb_lb.py Merge pull request #2543 from krdlab/fix-ec2_elb_lb-status 2016-01-12 10:48:15 -05:00
ec2_facts.py
ec2_group.py
ec2_key.py
ec2_lc.py Updated ec2_lc docs 2016-02-26 16:21:33 -06:00
ec2_metric_alarm.py Don't raise or catch StandardError in amazon modules 2015-11-30 19:02:28 -08:00
ec2_scaling_policy.py Don't raise or catch StandardError in amazon modules 2015-11-30 19:02:28 -08:00
ec2_snapshot.py Fix ec2_snapshot documentation 2015-11-25 15:08:48 +07:00
ec2_tag.py Fixing issue #3057 - AttributeError: 'str' object has no attribute 'items' 2016-02-17 22:09:02 +00:00
ec2_vol.py Various simple linting type cleanups on modules 2016-02-16 15:58:44 -06:00
ec2_vpc.py 1113 fix ec2 subnet tags 2016-01-14 16:17:36 -08:00
ec2_vpc_net.py Don't raise or catch StandardError in amazon modules 2015-11-30 19:02:28 -08:00
elasticache.py changing default of cache_security_groups to none, removing the ['default'] 2016-01-15 13:56:07 -05:00
elasticache_subnet_group.py
iam.py fixed grammatical issue in iam.py. exit -> exist. 2016-01-12 15:18:30 -08:00
iam_cert.py Fixing missing interpolation variable 2016-02-05 14:35:50 -08:00
iam_policy.py Merge pull request #2352 from bermudezjd/feature/iam_policy_present_state_includes_policy_changes 2016-02-24 08:50:50 -08:00
rds.py Merge pull request #2375 from bcoca/rds_port_defaults 2016-01-12 10:46:55 -05:00
rds_param_group.py updating choices for rds parameter engines 2015-12-08 10:31:53 +00:00
rds_subnet_group.py
route53.py Guard against too old boto library 2016-03-01 18:55:58 +01:00
s3.py Various simple linting type cleanups on modules 2016-02-16 15:58:44 -06:00