Comment 11 for bug 1239757

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

Reviewed: https://review.openstack.org/82870
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=f121c2285f58c695030dbbc910a7114b6ea0e0d5
Submitter: Jenkins
Branch: master

commit f121c2285f58c695030dbbc910a7114b6ea0e0d5
Author: Zhenguo Niu <email address hidden>
Date: Wed Dec 4 11:05:47 2013 +0800

    Add a method for changing a user's password in v3

    The new Identity API v3 resource for changing a user's password in
    keystone can be utilized with:

      c.users.update_password(old_password, new_password)

    Change-Id: Ia887d853140a18ba75d6eb1bfde4ce2d64b7af60
    Closes-Bug: 1239757
    Co-Authored-By: Dolph Mathews <email address hidden>
    DocImpact