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

[ibm] vlan is part of primaryIP

This commit is contained in:
Decklin Foster 2012-02-29 22:24:36 -05:00
parent c323e3fca7
commit 21f5de7179

View file

@ -5,6 +5,7 @@ Shindo.tests('Fog::Compute[:ibm] | instance requests', ['ibm']) do
'location' => String,
'keyName' => String,
'primaryIP' => {
'vlan' => Fog::Nullable::String,
'type' => Integer,
'ip' => String,
'hostname' => String,
@ -25,7 +26,6 @@ Shindo.tests('Fog::Compute[:ibm] | instance requests', ['ibm']) do
'software' => Array,
'expirationTime'=> Integer,
'owner' => String,
'vlan' => Fog::Nullable::String,
}
@instances_format = {