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
Dennis Conrad c1787da7ff Fix UnboundLocalError if 'access_key_ids' not supplied
'key_ids' is referenced before it is assigned, causing the module to fail with a UnboundLocalError instead of failing gracefully with a helpful error message.  This very small patch moves the assignment of 'key_ids' to before the variable is referenced.
9 years ago
..
amazon Fix UnboundLocalError if 'access_key_ids' not supplied 9 years ago
azure Add new Dv2 Azure instances 9 years ago
digital_ocean Documentation updates to use complete YAML : syntax instead of key=val syntax. 9 years ago
docker docker: support polling image by digest (#2932) 9 years ago
google Add preemptible option on gce.py 9 years ago
linode Replace BOOLEANS with true/false 9 years ago
openstack Make remote_group handle name and id in cloud/openstack/os_security_group_rule.py 9 years ago
rackspace overwrite option was added for 2.1 9 years ago
vmware Support altering the virtual cdrom when state == reconfigured (#2394) 9 years ago
__init__.py package files 10 years ago