diff --git a/lib/fog/compute/models/brightbox/server.rb b/lib/fog/compute/models/brightbox/server.rb index 18609e4f1..2dfb9b5b2 100644 --- a/lib/fog/compute/models/brightbox/server.rb +++ b/lib/fog/compute/models/brightbox/server.rb @@ -30,7 +30,7 @@ module Fog def initialize(attributes={}) self.flavor_id ||= 'typ-4nssg' # Nano - self.image_id ||= 'img-tjjt6' # Lucid 10.04 LTS 64bit + self.image_id ||= 'img-2ab98' # Ubuntu Lucid 10.04 server (i686) super end diff --git a/tests/compute/helper.rb b/tests/compute/helper.rb index 2df6c0297..9e4191975 100644 --- a/tests/compute/helper.rb +++ b/tests/compute/helper.rb @@ -16,7 +16,7 @@ def compute_providers }, Brightbox => { :server_attributes => { - :image_id => 'img-9vxqi' # image img-9vxqi = Ubuntu Maverick 10.10 server + :image_id => 'img-2ab98' # Ubuntu Lucid 10.04 server (i686) }, :mocked => false }, diff --git a/tests/compute/requests/brightbox/helper.rb b/tests/compute/requests/brightbox/helper.rb index 91d2d3fee..423a51ff9 100644 --- a/tests/compute/requests/brightbox/helper.rb +++ b/tests/compute/requests/brightbox/helper.rb @@ -32,8 +32,7 @@ NilClass.send :include, Fog::Brightbox::Nullable::Zone class Brightbox module Compute module TestSupport - # image img-9vxqi = Ubuntu Maverick 10.10 server - IMAGE_IDENTIFER = "img-9vxqi" + IMAGE_IDENTIFER = "img-2ab98" # Ubuntu Lucid 10.04 server (i686) end module Formats module Struct