community.general/lib/ansible/modules/cloud
bentaylornz 95c1b07bdb [cloud] re-raise boto ClientError if throttling timeout is reached in efs.py (#23109)
* re-raise exception as expected

The current ThrottlingException handling code hides other actual exceptions from the user, and basically goes infinite loop instead. eg when the api caller doesn't have permission (example below) to use the api, ansible effectively hangs. adding the re-raise stops execution and shows the error to the command line as expected

can test by removing permission to the efs api, and calling the efs: module

The error was: botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the DescribeFileSystems operation: User: <x> is not authorized to perform: elasticfilesystem:DescribeFileSystems on the specified resource

* PEP8 fix
2017-04-04 08:41:20 -04:00
..
amazon [cloud] re-raise boto ClientError if throttling timeout is reached in efs.py (#23109) 2017-04-04 08:41:20 -04:00
atomic New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
azure E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
centurylink New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
cloudscale E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
cloudstack Added Tag functionality to Volume,Template,FWRule,PF Rule,ISO,Snapshot (#23141) 2017-03-31 18:39:30 +02:00
digital_ocean E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
dimensiondata New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
docker typo: psuedo -> pseudo (#23177) 2017-03-31 10:48:29 -04:00
google [cloud][GCP]: New module gcp_backend_service for load balancer backends (#22857) 2017-03-30 16:59:35 -04:00
linode New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
lxc New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
lxd New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
misc E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
openstack Remove old deprecated OpenStack modules (#23002) 2017-03-31 15:17:13 +02:00
ovh New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ovirt cloud: ovirt: Add sparsify option to ovirt_disks (#22560) 2017-03-20 09:39:16 -04:00
packet E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
profitbricks E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
pubnub [cloud] Added account selection to PubNub BLOCKS (#23160) 2017-04-03 14:05:38 -04:00
rackspace New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
smartos New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
softlayer E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
univention New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
vmware pep8 fixes (#23005) 2017-03-27 18:36:20 +01:00
webfaction E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00