Skip to content

Commit abab41f

Browse files
committed
[Brightbox] Adds compatibility mode to template
1 parent 39aee91 commit abab41f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/brightbox/requests/compute/helper.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ module Collected
372372
"snapshots" => [Brightbox::Compute::Formats::Nested::IMAGE],
373373
"interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
374374
"zone" => Fog::Brightbox::Nullable::Zone,
375-
"username" => Fog::Nullable::String
375+
"username" => Fog::Nullable::String,
376+
"compatibility_mode" => Fog::Boolean
376377
}
377378

378379
SERVER_GROUP = {
@@ -612,7 +613,8 @@ module Full
612613
"interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
613614
"zone" => Fog::Brightbox::Nullable::Zone,
614615
"licence_name" => Fog::Nullable::String,
615-
"username" => Fog::Nullable::String
616+
"username" => Fog::Nullable::String,
617+
"compatibility_mode" => Fog::Boolean
616618
}
617619

618620
SERVER_GROUP = {

0 commit comments

Comments
 (0)