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.
2015-02-04 10:22:24 +01:00
..
amazon EC2: move logic about terminated instances up (#423) 2015-02-04 10:22:24 +01:00
azure added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
digital_ocean Fixes #581 - digitalocean module cannot create private_networking=true droplets 2015-01-21 16:04:15 -08:00
docker Spelling and grammar fix 2015-01-22 23:08:24 -08:00
google adding disk_type option to choose from pd-ssd or pd-standard 2015-01-29 10:19:01 -08:00
linode added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
openstack Fixed typo in comment 2014-12-11 18:59:42 +02:00
rackspace Merge pull request #672 from sivel/rax-cdb-db-fixups 2015-01-28 11:46:58 -06:00
vmware added version added for new template options 2015-01-06 16:06:45 -05:00
__init__.py package files 2014-09-26 11:05:47 -04:00