Comment 10 for bug 1648677

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-keystone (master)

Reviewed: https://review.openstack.org/417036
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=f9670295de698b44ff9e9db4653af4ea6ded82b9
Submitter: Jenkins
Branch: master

commit f9670295de698b44ff9e9db4653af4ea6ded82b9
Author: Edward Hope-Morley <email address hidden>
Date: Thu Jan 5 16:28:47 2017 +0000

    Avoid keystone password update if unchanged

    Avoid calling update_password() if the password has not
    changed since it will actually change the db value
    regardless resulting in a revocation event and all current
    tokens being invalidated.

    Change-Id: Icb901b5e87d9cd716fa1a0d146e2252339e5678b
    Closes-Bug: 1648677