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.
10 years ago
..
amazon Fix UnboundLocalError if 'access_key_ids' not supplied 10 years ago
azure Add new Dv2 Azure instances 10 years ago
digital_ocean Documentation updates to use complete YAML : syntax instead of key=val syntax. 10 years ago
docker docker: support polling image by digest (#2932) 10 years ago
google Add preemptible option on gce.py 10 years ago
linode Replace BOOLEANS with true/false 10 years ago
openstack Make remote_group handle name and id in cloud/openstack/os_security_group_rule.py 10 years ago
rackspace overwrite option was added for 2.1 10 years ago
vmware Support altering the virtual cdrom when state == reconfigured (#2394) 10 years ago
__init__.py package files 11 years ago