1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[vcloud_director] allow nullable for gateway in network tests

This commit is contained in:
geemus 2013-12-17 09:59:51 -06:00
parent b056df5203
commit 8598355c6b

View file

@ -7,7 +7,7 @@ Shindo.tests('Compute::VcloudDirector | network requests', ['vclouddirector']) d
:id => String,
:description => Fog::Nullable::String,
:is_inherited => Fog::Boolean,
:gateway => String,
:gateway => Fog::Nullable::String,
:netmask => String,
:dns1 => Fog::Nullable::String,
:dns2 => Fog::Nullable::String,