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
|
||||
}]
|
||||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue