From 6fb4247c0707dbc755ab44f8e646898e80c51cd1 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Fri, 30 Sep 2011 15:06:22 +0100 Subject: [PATCH] [brightbox] Updated default Ubuntu image --- lib/fog/brightbox/models/compute/server.rb | 2 +- tests/compute/helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fog/brightbox/models/compute/server.rb b/lib/fog/brightbox/models/compute/server.rb index 2ba860386..febbc56e7 100644 --- a/lib/fog/brightbox/models/compute/server.rb +++ b/lib/fog/brightbox/models/compute/server.rb @@ -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 diff --git a/tests/compute/helper.rb b/tests/compute/helper.rb index eb48c7c7e..53b8f69a8 100644 --- a/tests/compute/helper.rb +++ b/tests/compute/helper.rb @@ -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 },