You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
amazon Stop sorting of termination_policies in `ec2_asg` (#4883) 8 years ago
azure ssh_public_keys on Azure virtual machine is a list (#4350) 8 years ago
digital_ocean digital_ocean_tag name is a required field 8 years ago
docker Set default log_driver to None to prevent config comparison when a log_driver is not specified. Fixes #4600. 8 years ago
google Document ability to disable external IP with 'none' setting. Closes #2562. (#4878) 8 years ago
linode Py3 exclude list (#3698) 9 years ago
openstack Expose the reuse_fips flag on os_server (#4849) 8 years ago
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 9 years ago
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 9 years ago
__init__.py package files 10 years ago