mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Add username to Image
This commit is contained in:
parent
1af384fb9e
commit
cddae88809
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ module Fog
|
|||
attribute :resource_type
|
||||
|
||||
attribute :name
|
||||
attribute :username
|
||||
attribute :status
|
||||
attribute :description
|
||||
|
||||
|
@ -43,6 +44,7 @@ module Fog
|
|||
:source => source,
|
||||
:arch => arch,
|
||||
:name => name,
|
||||
:username => username,
|
||||
:description => description
|
||||
}.delete_if {|k,v| v.nil? || v == "" }
|
||||
data = connection.create_image(options)
|
||||
|
|
Loading…
Reference in a new issue