mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Adds compatibility mode to template
This commit is contained in:
parent
39aee91e8e
commit
abab41f9e8
1 changed files with 4 additions and 2 deletions
|
@ -372,7 +372,8 @@ class Brightbox
|
|||
"snapshots" => [Brightbox::Compute::Formats::Nested::IMAGE],
|
||||
"interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
|
||||
"zone" => Fog::Brightbox::Nullable::Zone,
|
||||
"username" => Fog::Nullable::String
|
||||
"username" => Fog::Nullable::String,
|
||||
"compatibility_mode" => Fog::Boolean
|
||||
}
|
||||
|
||||
SERVER_GROUP = {
|
||||
|
@ -612,7 +613,8 @@ class Brightbox
|
|||
"interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
|
||||
"zone" => Fog::Brightbox::Nullable::Zone,
|
||||
"licence_name" => Fog::Nullable::String,
|
||||
"username" => Fog::Nullable::String
|
||||
"username" => Fog::Nullable::String,
|
||||
"compatibility_mode" => Fog::Boolean
|
||||
}
|
||||
|
||||
SERVER_GROUP = {
|
||||
|
|
Loading…
Add table
Reference in a new issue