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
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.
10 years ago
..
amazon Merge pull request #309 from jsmartin/asg_fix_delete 10 years ago
azure added __init__.py to new cloud subcategories so builds work again 10 years ago
digital_ocean added __init__.py to new cloud subcategories so builds work again 10 years ago
docker Deprecate docker_image, use the docker module to deploy docker images, or shell out to docker to call 10 years ago
google added __init__.py to new cloud subcategories so builds work again 10 years ago
linode added __init__.py to new cloud subcategories so builds work again 10 years ago
openstack Fix get_flavor_id() when flavor_ram is specified 10 years ago
rackspace added __init__.py to new cloud subcategories so builds work again 10 years ago
vmware typo in comments: of -> or 10 years ago
__init__.py package files 10 years ago