Skip to content

Commit

Permalink
add ca-central region
Browse files Browse the repository at this point in the history
  • Loading branch information
durandom committed Jan 24, 2017
1 parent daf9b6c commit 25884bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/models/manageiq/providers/amazon/regions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ module Regions
:hostname => "ec2.ap-northeast-1.amazonaws.com",
:description => "Asia Pacific (Tokyo)",
},
"ca-central-1" => {
:name => "ca-central-1",
:hostname => "ec2.ca-central-1.amazonaws.com",
:description => "Canada (Central)",
},
"ap-northeast-2" => {
:name => "ap-northeast-2",
:hostname => "ec2.ap-northeast-2.amazonaws.com",
Expand Down

0 comments on commit 25884bb

Please sign in to comment.