Merge pull request #3751 from wenottingham/OH-IO

Add new AWS regions.
This commit is contained in:
Bill Nottingham 2016-10-20 10:14:31 -04:00 committed by GitHub
commit cced987862
3 changed files with 4 additions and 2 deletions

View File

@ -532,6 +532,7 @@ INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_", "TERM")
# http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
EC2_REGION_NAMES = {
'us-east-1': 'US East (Northern Virginia)',
'us-east-2': 'US East (Ohio)',
'us-west-2': 'US West (Oregon)',
'us-west-1': 'US West (Northern California)',
'eu-central-1': 'EU (Frankfurt)',
@ -540,6 +541,7 @@ EC2_REGION_NAMES = {
'ap-southeast-2': 'Asia Pacific (Sydney)',
'ap-northeast-1': 'Asia Pacific (Tokyo)',
'ap-northeast-2': 'Asia Pacific (Seoul)',
'ap-south-1': 'Asia Pacific (Mumbai)',
'sa-east-1': 'South America (Sao Paulo)',
'us-gov-west-1': 'US West (GovCloud)',
'cn-north-1': 'China (Beijing)',

View File

@ -5,7 +5,7 @@ appdirs==1.4.0
azure==2.0.0rc2
Babel==2.2.0
billiard==3.3.0.16
boto==2.40.0
boto==2.43.0
celery==3.1.10
cliff==1.15.0
cmd2==0.6.8

View File

@ -3,7 +3,7 @@ apache-libcloud==0.20.1
appdirs==1.4.0
azure==2.0.0rc5
Babel==2.2.0
boto==2.40.0
boto==2.43.0
cliff==1.15.0
cmd2==0.6.8
cryptography==1.3.2