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