[ninefold|compute] fix for network formats

This commit is contained in:
geemus 2011-09-27 16:16:54 -05:00
parent c445d15626
commit c59f36383a
1 changed files with 7 additions and 2 deletions

View File

@ -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