ansible/cloud
Ryan S. Brown 1b9e28cc68 IAM group modules need module passed
The IAM group modules were not receiving the `module` object, but they
use `module.fail_json()` in their exception handlers. This patch passes
through the module object so the real errors from boto are exposed,
rather than errors about "NoneType has no method `fail_json`".
2016-06-03 13:15:15 -04:00
..
amazon IAM group modules need module passed 2016-06-03 13:15:15 -04:00
azure Fix missing key error when updating existing virtual network. 2016-05-26 11:48:58 -04:00
digital_ocean Documentation updates to use complete YAML : syntax instead of key=val syntax. 2016-02-10 10:02:38 -05:00
docker Remove debug/register from examples. 2016-05-31 10:33:43 -04:00
google Update gc_storage.py (#3802) 2016-05-31 12:27:18 -04:00
linode Py3 exclude list (#3698) 2016-05-19 15:34:59 -07:00
openstack Merge pull request #3732 from GheRivero/devel 2016-05-31 08:38:45 -04:00
rackspace Docs fixes 2016-05-13 11:01:19 -07:00
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 2016-05-23 09:36:24 -04:00
__init__.py