1
0
Fork 0
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:
Hemant Kumar 2012-03-07 14:52:20 +05:30
parent ccd157cf16
commit 776df93db2
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ module Fog
attribute :arch
attribute :virtual_size
attribute :disk_size
attribute :licence_name
# Boolean flags
attribute :public

View file

@ -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
}