Ok, in the comment above I've noticed that we don't have this issue in 5.1.1 and why.
Still, there's another related issue in 6.0 which was fixed as part of this bug - password resetting.
What that means? That means:
1. User changes his password through UI/CLI and it works.
2. By some reason the keystone container was restarted.
3. User's changed password is not working, since it was resetted by keystone's puppet and defaulted to one from /etc/fuel/astute.yaml
Ok, in the comment above I've noticed that we don't have this issue in 5.1.1 and why.
Still, there's another related issue in 6.0 which was fixed as part of this bug - password resetting.
What that means? That means:
1. User changes his password through UI/CLI and it works. astute. yaml
2. By some reason the keystone container was restarted.
3. User's changed password is not working, since it was resetted by keystone's puppet and defaulted to one from /etc/fuel/
Thanks to @Matthew, we fixed in 6.0.
Fortunately, the issue doesn't occurs in 5.1.1 since we have commented code (which updates user's password) in 5.1.1 manifests: https:/ /github. com/stackforge/ fuel-library/ blob/stable/ 5.1/deployment/ puppet/ keystone/ lib/puppet/ provider/ keystone_ user/keystone. rb#L83- L96