summaryrefslogtreecommitdiff
path: root/cloud/amazon/ec2_facts.py
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2014-12-22 08:47:27 -0500
committerBrian Coca <bcoca@ansible.com>2014-12-22 08:47:27 -0500
commit0ab5682b8740f0075bd74e6345a81aea6b4be6cd (patch)
treebbc3f7fef344afd6ca2be5c609d8d36d3470ec88 /cloud/amazon/ec2_facts.py
parentee324fc3ad2850b283461e4f62ee7a39e0b5de40 (diff)
parent30c7f9a7d377cd225f2e0e43b0990839867d561b (diff)
downloadansible-modules-core-0ab5682b8740f0075bd74e6345a81aea6b4be6cd.tar.gz
Merge pull request #260 from willthames/aws_frankfurt
Added better region handling and enabled eu-central-1, leaving centralizing the list on these modules to a subsequent patch
Diffstat (limited to 'cloud/amazon/ec2_facts.py')
-rw-r--r--cloud/amazon/ec2_facts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/amazon/ec2_facts.py b/cloud/amazon/ec2_facts.py
index 9cae0989..cf2a90aa 100644
--- a/cloud/amazon/ec2_facts.py
+++ b/cloud/amazon/ec2_facts.py
@@ -63,6 +63,7 @@ class Ec2Metadata(object):
AWS_REGIONS = ('ap-northeast-1',
'ap-southeast-1',
'ap-southeast-2',
+ 'eu-central-1',
'eu-west-1',
'sa-east-1',
'us-east-1',