python keystone implements user update as a PATCH (https://docs.openstack.org/api-ref/identity/v3/index.html#update-user) operation and not PUT how this project implements. It must be changed to PATCH for consistency. The same is actually applicable to every other operation.
python keystone implements user update as a PATCH (https://docs.openstack.org/api-ref/identity/v3/index.html#update-user) operation and not PUT how this project implements. It must be changed to PATCH for consistency. The same is actually applicable to every other operation.