# File lib/fog/brightbox/models/compute/server.rb, line 40
        def initialize(attributes={})
          self.image_id ||= Fog::Compute[:brightbox].default_image
          super
        end