diff --git a/tests/ninefold/requests/compute/helper.rb b/tests/ninefold/requests/compute/helper.rb index c34096681..488dc047c 100644 --- a/tests/ninefold/requests/compute/helper.rb +++ b/tests/ninefold/requests/compute/helper.rb @@ -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