Comment 20 for bug 1400701

Revision history for this message
Ihor Kalnytskyi (ikalnytskyi) wrote :

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

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