mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|brightbox] New preference exposed in API added to format test
This commit is contained in:
parent
1d89eec55a
commit
f7e4797834
1 changed files with 2 additions and 1 deletions
|
@ -402,7 +402,8 @@ class Brightbox
|
|||
"email_verified" => Fog::Boolean,
|
||||
"accounts" => [Brightbox::Compute::Formats::Nested::ACCOUNT],
|
||||
"default_account" => Fog::Brightbox::Nullable::Account,
|
||||
"ssh_key" => Fog::Nullable::String
|
||||
"ssh_key" => Fog::Nullable::String,
|
||||
"messaging_pref" => Fog::Boolean
|
||||
}
|
||||
|
||||
ZONE = {
|
||||
|
|
Loading…
Reference in a new issue