ansible/cloud
Ryan Brown 2e1e3562b9 Stop sorting of termination_policies in ec2_asg (#4883)
The AWS API requires that any termination policy list that includes
`Default` must end with Default. The attribute sorting caused any list
of attributes to be lexically sorted, so a list like
`["OldestLaunchConfiguration", "Default"]` would be changed to
`["Default", "OldestLaunchConfiguration"]` because default is earlier
alphabetically. This caused calls to fail with BotoServerError per #4069

This commit also adds proper tracebacks to all botoservererror fail_json
calls.

Closes #4069
2016-09-16 10:59:31 -04:00
..
amazon Stop sorting of termination_policies in ec2_asg (#4883) 2016-09-16 10:59:31 -04:00
azure ssh_public_keys on Azure virtual machine is a list (#4350) 2016-08-25 15:08:54 -07:00
digital_ocean digital_ocean_tag name is a required field 2016-08-30 19:56:49 +01:00
docker Set default log_driver to None to prevent config comparison when a log_driver is not specified. Fixes #4600. 2016-09-10 01:31:36 -04:00
google Document ability to disable external IP with 'none' setting. Closes #2562. (#4878) 2016-09-15 17:29:25 -04:00
linode Py3 exclude list (#3698) 2016-05-19 15:34:59 -07:00
openstack Expose the reuse_fips flag on os_server (#4849) 2016-09-15 16:07:34 -04:00
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 2016-06-03 06:39:58 -07:00
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 2016-05-23 09:36:24 -04:00
__init__.py package files 2014-09-26 11:05:47 -04:00