# File lib/fog/openstack/models/identity/user.rb, line 31
        def update(options = {})
          requires :id
          options.merge('id' => id)
          response = connection.update_user(id, options)
          true
        end