# File lib/fog/image/openstack/v2/models/image.rb, line 160 def add_tag(tag) requires :id service.add_tag_to_image(id, tag) end