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,
|
'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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue