# File lib/fog/serverlove/models/compute/image.rb, line 34
        def load_standard_image(standard_image_uuid)
          requires :identity
          connection.load_standard_image(identity, standard_image_uuid)
        end