Comment 7 for bug 1743243

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tooz (stable/queens)

Reviewed: https://review.openstack.org/543591
Committed: https://git.openstack.org/cgit/openstack/tooz/commit/?id=0a5df3d74b6d4ea9afe6b5038791928a55bb33c3
Submitter: Zuul
Branch: stable/queens

commit 0a5df3d74b6d4ea9afe6b5038791928a55bb33c3
Author: Julien Danjou <email address hidden>
Date: Thu Jan 18 11:28:23 2018 +0100

    partitioner: do not use hash() to determine object identity

    The `hash` method is random on Python 3, so it's not consistent between. Just
    use the string representation of the object as a default.

    Change-Id: I84e2b19b64dc1641f9758429248dc6b928122b18
    Closes-Bug: #1743243
    (cherry picked from commit 62fd552e1e1f40e265e3bf781170b21bfb5f4626)