diff options
author | Ding Deng <d@0x44.org> | 2014-11-08 23:30:26 +0800 |
---|---|---|
committer | Ding Deng <d@0x44.org> | 2014-11-08 23:30:26 +0800 |
commit | b63ca685df9a3bd19a48051f0f9d9c59ce8cdb54 (patch) | |
tree | 9cb9cb44d3ae5670634d393483c4300aa5d5d698 /lib/ansible/module_utils/ec2.py | |
parent | 24bebd85b4f281c7bb4b9da22fc0600065724e4d (diff) | |
download | ansible-b63ca685df9a3bd19a48051f0f9d9c59ce8cdb54.tar.gz |
Support new AWS regions: cn-north-1, eu-central-1.
Diffstat (limited to 'lib/ansible/module_utils/ec2.py')
-rw-r--r-- | lib/ansible/module_utils/ec2.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/module_utils/ec2.py b/lib/ansible/module_utils/ec2.py index b4558ef0a4..417e1b9521 100644 --- a/lib/ansible/module_utils/ec2.py +++ b/lib/ansible/module_utils/ec2.py @@ -36,6 +36,8 @@ AWS_REGIONS = [ 'ap-northeast-1', 'ap-southeast-1', 'ap-southeast-2', + 'cn-north-1', + 'eu-central-1', 'eu-west-1', 'sa-east-1', 'us-east-1', |