File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
tests/brightbox/requests/compute Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments