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:
parent
b056df5203
commit
8598355c6b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue