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
David Shrewsbury 6970cc233f Wrap calls to main() with if check
A change was merged to the main Ansible core code that can cause

a potential hang if any libraries are called that use threading.

This change was:



  4b0aa1214c



This affected the os_object module by causing a hang on the shade

create_object() API call (which in turn calls swiftclient which

uses threading). The fix is to make sure all modules have a main()

that is wrapped with an "if __name__ == '__main__'" check.
10 years ago
..
amazon Fix and add more error handling for role policies 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 Merge pull request #3284 from mscherer/fix_docker_args 10 years ago
google Add preemptible option on gce.py 10 years ago
linode Updating cloud modules with proper github author information 11 years ago
openstack Wrap calls to main() with if check 10 years ago
rackspace Merge pull request #1237 from vmihailenco/fix/cdn-cors-headers 10 years ago
vmware tolerate environment not being set 10 years ago
__init__.py package files 11 years ago