mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox] Updated default Ubuntu image
This commit is contained in:
parent
3ce68e47d1
commit
6fb4247c07
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ module Fog
|
|||
attribute :server_type
|
||||
|
||||
def initialize(attributes={})
|
||||
self.image_id ||= 'img-2ab98' # Ubuntu Lucid 10.04 server (i686)
|
||||
self.image_id ||= 'img-4gqhs' # Ubuntu Lucid 10.04 server (i686)
|
||||
super
|
||||
end
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ def compute_providers
|
|||
},
|
||||
:brightbox => {
|
||||
:server_attributes => {
|
||||
:image_id => 'img-2ab98' # Ubuntu Lucid 10.04 server (i686)
|
||||
:image_id => 'img-4gqhs' # Ubuntu Lucid 10.04 server (i686)
|
||||
},
|
||||
:mocked => false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue