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