mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #3557 from displague/patch-1
add Linode Singapore DC to mock data
This commit is contained in:
commit
d0e0ebfa4d
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ module Fog
|
|||
{ "LOCATION" => "Atlanta, GA, USA", "DATACENTERID" => 4 },
|
||||
{ "LOCATION" => "Newark, NJ, USA", "DATACENTERID" => 6 },
|
||||
{ "LOCATION" => "London, England, UK", "DATACENTERID" => 7 },
|
||||
{ "LOCATION" => "Tokyo, JP", "DATACENTERID" => 8 }
|
||||
{ "LOCATION" => "Tokyo, JP", "DATACENTERID" => 8 },
|
||||
{ "LOCATION" => "Singapore, SGP", "DATACENTERID" => 9 },
|
||||
],
|
||||
"ACTION" => "avail.datacenters"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue