Skip to content

Commit

Permalink
Add ap-northeast-2 region to relevant dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
uovobw committed Jan 7, 2016
1 parent bbd01ae commit e1fc3b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ec2instancespricing/ec2instancespricing.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def fixup_js_literal_with_comments(in_text):
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",
"ap-northeast-2",
"sa-east-1",
]

Expand Down Expand Up @@ -250,7 +251,9 @@ def fixup_js_literal_with_comments(in_text):
"ap-southeast-2": "ap-southeast-2",
"apac-syd": "ap-southeast-2",
"apac-tokyo": "ap-northeast-1",
"apac-seoul": "ap-northeast-2",
"ap-northeast-1": "ap-northeast-1",
"ap-northeast-2": "ap-northeast-2",
"sa-east-1": "sa-east-1",
"us-gov-west-1": "us-gov-west-1",
}
Expand All @@ -264,6 +267,7 @@ def fixup_js_literal_with_comments(in_text):
"ap-southeast-1": "apac-sin",
"ap-southeast-2": "apac-syd",
"ap-northeast-1": "apac-tokyo",
"ap-northeast-2": "apac-seoul",
"sa-east-1": "sa-east-1",
"us-gov-west-1": "us-gov-west-1",
}
Expand Down

0 comments on commit e1fc3b2

Please sign in to comment.