[Brightbox] Adds compatibility mode to template

This commit is contained in:
Paul Thornthwaite 2013-01-21 11:26:19 +00:00
parent 39aee91e8e
commit abab41f9e8
1 changed files with 4 additions and 2 deletions

View File

@ -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 = {