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:
parent
c323e3fca7
commit
21f5de7179
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue