mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Brightbox : Include licence_name in Image
Also update test helper
This commit is contained in:
parent
ccd157cf16
commit
776df93db2
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ module Fog
|
|||
attribute :arch
|
||||
attribute :virtual_size
|
||||
attribute :disk_size
|
||||
attribute :licence_name
|
||||
|
||||
# Boolean flags
|
||||
attribute :public
|
||||
|
|
|
@ -530,6 +530,7 @@ class Brightbox
|
|||
"server_groups" => [Brightbox::Compute::Formats::Nested::SERVER_GROUP],
|
||||
"interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
|
||||
"zone" => Fog::Brightbox::Nullable::Zone,
|
||||
"licence_name" => String,
|
||||
"username" => Fog::Nullable::String
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue