Comment 2 for bug 1235096

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

Reviewed: https://review.openstack.org/49756
Committed: http://github.com/openstack/python-novaclient/commit/f14273d1e07a6a7ffe49044d894a81cda48ed8ad
Submitter: Jenkins
Branch: master

commit f14273d1e07a6a7ffe49044d894a81cda48ed8ad
Author: Kui Shi <email address hidden>
Date: Fri Oct 4 08:08:44 2013 +0800

    py33: sort the files parameters of "--files"

    In Python 3.3, hash randomization is enabled by default. It causes the
    iteration order of dicts and sets to be unpredictable and differ across
    Python runs.

    Sort the files parameters when multiple files are designated.

    Close-Bug #1235096

    Change-Id: I0db645b3fb92408bd8c6780bfabe7ce8265a65a8