Comment 16 for bug 1648677

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

Reviewed: https://review.openstack.org/423662
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=7bd0832bc3730a42d103143f1331f54257b3a3de
Submitter: Jenkins
Branch: stable/16.10

commit 7bd0832bc3730a42d103143f1331f54257b3a3de
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
    (cherry picked from commit f9670295de698b44ff9e9db4653af4ea6ded82b9)