ansible/v2
Ralph Bean 4903bca0c1 Remove check of hardcoded AWS region list.
You can extend boto to point at other regions that are defined in a
private cloud by defining ``BOTO_ENDPOINTS`` or ``endpoints_path`` in
the ``~/.boto`` file.

Ansible was doing a premature check against a hard-coded list of regions
that interrupted this possibility.  This commit removes that and
clarifies what the user can do if they specify a non-AWS region.
2015-04-15 17:55:27 -04:00
..
ansible Remove check of hardcoded AWS region list. 2015-04-15 17:55:27 -04:00
bin now in v2 everything passes a single passwords hash 2015-04-08 03:17:32 -04:00
hacking Port sivel's fix for egg_info (#10563) to v2 2015-03-30 19:15:41 -07:00
samples Filter tasks based on tags during iterator setup in v2 2015-04-15 01:17:02 -05:00
scripts Add the python3 compat header 2014-10-28 20:41:51 -04:00
test Use abc for BaseCacheModule 2015-04-15 13:09:59 -04:00
README-tests.md Add a README for the v2 unittests 2014-10-15 18:25:54 -04:00
setup.py Add setup.py for v2 to allow for pip editable installs. 2015-04-13 13:34:48 -04:00
test-requirements.txt Use abc for BaseCacheModule 2015-04-15 13:09:59 -04:00