Update boto to 2.45.0, add eu-west-2 and ca-central-1

This commit is contained in:
Bill Nottingham
2016-12-20 16:24:57 -05:00
parent f2c2de6b81
commit acaa8a75b2
5 changed files with 6 additions and 4 deletions

View File

@@ -626,8 +626,10 @@ EC2_REGION_NAMES = {
'us-east-2': _('US East (Ohio)'),
'us-west-2': _('US West (Oregon)'),
'us-west-1': _('US West (Northern California)'),
'ca-central-1': _('Canada (Central)'),
'eu-central-1': _('EU (Frankfurt)'),
'eu-west-1': _('EU (Ireland)'),
'eu-west-2': _('EU (London)'),
'ap-southeast-1': _('Asia Pacific (Singapore)'),
'ap-southeast-2': _('Asia Pacific (Sydney)'),
'ap-northeast-1': _('Asia Pacific (Tokyo)'),