ansible/cloud
John Batty 08b2752080 Fix get_flavor_id() when flavor_ram is specified
Without this fix, _get_flavor_id() fails to find a matching flavor if
both:
* the flavor_ram parameter is specified
* the first flavor in the list does not match.

The bug is simply that the module.fail_json() call lies within the loop
iterating through the flavors.  This call should only be made if the
loop completes and no matching flavors have been found.
2014-11-13 13:26:20 +00:00
..
amazon Merge pull request #309 from jsmartin/asg_fix_delete 2014-11-12 13:16:49 -06:00
azure added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
digital_ocean added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
docker Deprecate docker_image, use the docker module to deploy docker images, or shell out to docker to call 2014-11-05 16:13:55 -05:00
google added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
linode added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
openstack Fix get_flavor_id() when flavor_ram is specified 2014-11-13 13:26:20 +00:00
rackspace added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
vmware typo in comments: of -> or 2014-11-07 15:20:49 -08:00
__init__.py package files 2014-09-26 11:05:47 -04:00