diff --git a/app/models/manageiq/providers/amazon/regions.rb b/app/models/manageiq/providers/amazon/regions.rb index cf236742a..d3db4e91a 100644 --- a/app/models/manageiq/providers/amazon/regions.rb +++ b/app/models/manageiq/providers/amazon/regions.rb @@ -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",