1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[brightbox|compute] Updated image reference where unfortunately hardcoded

This commit is contained in:
Paul Thornthwaite 2012-05-08 11:28:53 +01:00
parent fa2350f836
commit 814e1f58e3
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-4gqhs' # Ubuntu Lucid 10.04 server (i686)
self.image_id ||= 'img-wwgbb' # Ubuntu Lucid 10.04 server (i686)
super
end

View file

@ -15,7 +15,7 @@ def compute_providers
},
:brightbox => {
:server_attributes => {
:image_id => 'img-4gqhs' # Ubuntu Lucid 10.04 server (i686)
:image_id => 'img-wwgbb' # Ubuntu Lucid 10.04 server (i686)
},
:mocked => false
},