ansible/cloud
Doug Luce ec0f2113e0 Fix S3 unavailable region error
This is to address this error:

  fatal: [site]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to connect to S3: Region  does not seem to be available for awsmodule boto.s3. If the region definitely exists, you may need to upgrade boto or extend with endpoints_path"}

Commit 0dd58e9 changed the logic so an exception is thrown (by
`connect_to_aws`) before the `s3 is None` check is performed. This
changes the `None` check to a catch so the old logic can compensate.
2016-05-24 20:37:12 -07:00
..
amazon Fix S3 unavailable region error 2016-05-24 20:37:12 -07:00
azure 2 Module fixes (#3611) 2016-05-20 07:35:43 +02:00
digital_ocean Documentation updates to use complete YAML : syntax instead of key=val syntax. 2016-02-10 10:02:38 -05:00
docker Fixed the URL in description. It's now valid Yaml. 2016-05-19 10:00:21 -04:00
google Docs fixes 2016-05-13 11:01:19 -07:00
linode Py3 exclude list (#3698) 2016-05-19 15:34:59 -07:00
openstack ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526) 2016-05-03 07:51:12 -07: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