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
Abhijit Menon-Sen 55d51b3946 Fix spot instance creation by ignoring instance_initiated_shutdown_behavior (#4741)
Before this, all spot instance requests would fail because the code
_always_ called module.fail_json when the parameter was set (which it
always was, because the module parameter's default was set to 'stop').

As the comment said, this parameter doesn't make sense for spot
instances at all, so the error message was also misleading.
8 years ago
..
amazon Fix spot instance creation by ignoring instance_initiated_shutdown_behavior (#4741) 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 Fix container labels expected vs actual comparison. 8 years ago
google Doc update 8 years ago
linode Py3 exclude list (#3698) 8 years ago
openstack description expanded for 112, AKA VRRP protocol) (#4645) 8 years ago
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 8 years ago
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 8 years ago
__init__.py package files 10 years ago