# File lib/fog/compute/models/go_grid/server.rb, line 23
        def initialize(attributes={})
          image_id ||= 'ubuntu_10_04_LTS_64_base' # Ubuntu 10.04 LTS 64bit
          super
        end