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:
parent
dc865072bb
commit
351570fb35
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue