mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ninefold|compute] fix for network formats
This commit is contained in:
parent
c445d15626
commit
c59f36383a
1 changed files with 7 additions and 2 deletions
|
@ -258,8 +258,13 @@ class Ninefold
|
|||
"domain"=>String,
|
||||
"isdefault"=>Fog::Boolean,
|
||||
"service"=>Array,
|
||||
"networkdomain"=>String,
|
||||
"securitygroupenabled"=>Fog::Boolean
|
||||
"networkdomain"=>Fog::Nullable::String,
|
||||
"securitygroupenabled"=>Fog::Boolean,
|
||||
"netmask"=>Fog::Nullable::String,
|
||||
"startip"=>Fog::Nullable::String,
|
||||
"endip"=>Fog::Nullable::String,
|
||||
"gateway"=>Fog::Nullable::String,
|
||||
"vlan"=>Fog::Nullable::String
|
||||
}]
|
||||
end
|
||||
module Addresses
|
||||
|
|
Loading…
Add table
Reference in a new issue