mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Add zone/server_type attribute for Server
This commit is contained in:
parent
60a3f4585f
commit
1af384fb9e
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ module Fog
|
|||
attribute :cloud_ips
|
||||
attribute :interfaces
|
||||
attribute :server_groups
|
||||
attribute :zone
|
||||
attribute :server_type
|
||||
|
||||
def initialize(attributes={})
|
||||
self.image_id ||= 'img-2ab98' # Ubuntu Lucid 10.04 server (i686)
|
||||
|
|
Loading…
Add table
Reference in a new issue