# File lib/fog/image/openstack/v2/models/image.rb, line 170 def remove_tag(tag) requires :id service.remove_tag_from_image(id, tag) end