# File lib/fog/image/openstack/v2/models/image.rb, line 155 def add_tags(tags) requires :id tags.each { |tag| add_tag tag } end