mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
lib/fog/linode: Add Tokyo2 to avail_datacenters
This commit is contained in:
parent
e4baf0e1c5
commit
f1dc33a75b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ module Fog
|
|||
{ "LOCATION" => "Tokyo, JP", "DATACENTERID" => 8, "ABBR" => "tokyo" },
|
||||
{ "LOCATION" => "Singapore, SGP", "DATACENTERID" => 9, "ABBR" => "singapore" },
|
||||
{ "LOCATION" => "Frankfurt, DE", "DATACENTERID" => 10, "ABBR" => "frankfurt" },
|
||||
{ "LOCATION" => "Tokyo 2, JP", "DATACENTERID" => 11, "ABBR" => "tokyo2" },
|
||||
],
|
||||
"ACTION" => "avail.datacenters"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue