# File lib/fog/brightbox/models/compute/server.rb, line 39
        def initialize(attributes={})
          self.image_id   ||= 'img-wwgbb' # Ubuntu Lucid 10.04 server (i686)
          super
        end