Comment 6 for bug 1050359

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

Reviewed: https://review.openstack.org/13838
Committed: http://github.com/openstack/nova/commit/9e2073580b0080613f7860aee56d6399d463ad30
Submitter: Jenkins
Branch: stable/folsom

commit 9e2073580b0080613f7860aee56d6399d463ad30
Author: Ben Swartzlander <email address hidden>
Date: Wed Sep 19 17:30:22 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: Ibb49f7b9028085d2aedaf05b94e1e1dcdf5e4cb4