1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|ninefold] fix zone format

This commit is contained in:
geemus 2011-07-22 12:03:36 -05:00
parent dc865072bb
commit 351570fb35

View file

@ -128,6 +128,7 @@ class Ninefold
"name"=>String
}]
ZONES = [{
"allocationstate"=>String,
"id"=>Integer,
"name"=>String,
"networktype"=>String,
@ -177,7 +178,6 @@ class Ninefold
"guestosid"=>Integer,
"rootdeviceid"=>Integer,
"rootdevicetype"=>String,
"securitygroup"=>Array,
"nic"=>[{
"id"=>Integer,
"networkid"=>Integer,