mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox|compute] Updated Image identifiers to match latest available Ubuntu Lucid 10.04 LTS 64bit image
This commit is contained in:
parent
a8578b23cc
commit
3b766bd0c2
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue