ansible/cloud
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
..
amazon Guard against too old boto library 2016-03-01 18:55:58 +01:00
azure Edit azure.py 2015-12-20 11:10:39 +00:00
digital_ocean Documentation updates to use complete YAML : syntax instead of key=val syntax. 2016-02-10 10:02:38 -05:00
docker Merge pull request #2993 from berlic/devel 2016-03-01 00:01:12 -05:00
google GCE module does not fetch disk images if not necessary 2016-03-01 08:17:52 +01:00
linode Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
openstack Merge pull request #2939 from Shrews/os_server 2016-02-29 23:58:24 -05:00
rackspace Merge pull request #3037 from immanetize/rax-expanduser 2016-02-23 10:51:38 -06:00
vmware tolerate environment not being set 2016-02-23 12:36:50 -05:00
__init__.py package files 2014-09-26 11:05:47 -04:00