1
0
Fork 0
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:
Paul Thornthwaite 2011-09-30 15:06:22 +01:00
parent 3ce68e47d1
commit 6fb4247c07
2 changed files with 2 additions and 2 deletions

View file

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

View file

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