Comment 4 for bug 1501703

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

Reviewed: https://review.openstack.org/230523
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=18344140bd0aae61dd6f50667d719cd9cfe149cb
Submitter: Jenkins
Branch: stable/liberty

commit 18344140bd0aae61dd6f50667d719cd9cfe149cb
Author: James Page <email address hidden>
Date: Thu Oct 1 11:54:28 2015 +0100

    Use format to convert ints to strings

    This ensures that on 32bit architectures, where
    sometimes an implicit long is created, the resulting
    string does not contain a 'L' suffix as generated
    by the hex function.

    Change-Id: I264f90d68009963fe7a217c2170e1cf2f46ae2bb
    Closes-Bug: 1501703
    (cherry picked from commit 49883f1b2bfc9a4f06b1d336553d7f0ab4289a0d)