ansible/cloud/openstack
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
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
glance_image.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
keystone_user.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
nova_compute.py Fix get_flavor_id() when flavor_ram is specified 2014-11-13 13:26:20 +00:00
nova_keypair.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
quantum_floating_ip.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
quantum_floating_ip_associate.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
quantum_network.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
quantum_router.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
quantum_router_gateway.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
quantum_router_interface.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00
quantum_subnet.py made subcategories for cloud modules for better organization 2014-11-04 11:18:09 -05:00