# File lib/fog/openstack/models/identity/tenant.rb, line 34
        def update(attr = nil)
          requires :id
          merge_attributes(
            connection.update_tenant(self.id, attr || attributes).body['tenant'])
          self
        end