Comment 7 for bug 1050359

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

Reviewed: https://review.openstack.org/13313
Committed: http://github.com/openstack/cinder/commit/4662fa29af88783cd9e95b553c044c733ea94753
Submitter: Jenkins
Branch: master

commit 4662fa29af88783cd9e95b553c044c733ea94753
Author: Ben Swartzlander <email address hidden>
Date: Wed Sep 19 17:07:47 2012 -0400

    Replace builtin hash with MD5 to solve 32/64-bit issues.

    It seems that Python's builtin hash returns different
    values on 32-bit and 64-bit architectures, so it's
    safer to use a well-defined hash like MD5.

    bug 1050359

    Change-Id: I0a4f11b34a1f76cda279ec801cede1440c6e5966