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