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
Jean-Baptiste Barth b451cbd37b EC2: move logic about terminated instances up (#423)
As stated in #423, the commit 7f11c3d broke ec2 spot instance launching
after 1.7.2. This is because it acts on the 'res' variable which have 2
different types in the method, and in case we request spot instances,
the resulting object is not a result of ec2.run_instances() but
ec2.request_spot_instances(). Actually this fix doesn't seem to be
relevant in the spot instances case, because by construction we won't
retrieve 'terminated' instances in the end.
11 years ago
..
amazon EC2: move logic about terminated instances up (#423) 11 years ago
azure added __init__.py to new cloud subcategories so builds work again 11 years ago
digital_ocean Fixes #581 - digitalocean module cannot create private_networking=true droplets 11 years ago
docker Spelling and grammar fix 11 years ago
google adding disk_type option to choose from pd-ssd or pd-standard 11 years ago
linode added __init__.py to new cloud subcategories so builds work again 11 years ago
openstack Fixed typo in comment 11 years ago
rackspace Merge pull request #672 from sivel/rax-cdb-db-fixups 11 years ago
vmware added version added for new template options 11 years ago
__init__.py package files 11 years ago