Comment 5 for bug 1644263

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

Reviewed: https://review.openstack.org/401328
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1df211ad78790685839a711559ded1af8f492ce9
Submitter: Jenkins
Branch: master

commit 1df211ad78790685839a711559ded1af8f492ce9
Author: Lance Bragstad <email address hidden>
Date: Wed Nov 23 15:25:06 2016 +0000

    ignore deprecation warning for .encrypt()

    A new release of passlib 1.7.0 has deprecated the encrypt() method in
    favor of using hash() instead. This commit updates our usage to use
    the recommended way by passlib.

    Change-Id: I69262f2793bfa0c284868a3e6d4aba71ad622ca0
    Partial-Bug: 1644263