Comment 23 for bug 1268439

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

Reviewed: https://review.openstack.org/270619
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=4f462ed451f09422a331f68f7fde0cf6a27d8fc0
Submitter: Jenkins
Branch: master

commit 4f462ed451f09422a331f68f7fde0cf6a27d8fc0
Author: MD NADEEM <email address hidden>
Date: Thu Jan 21 12:01:55 2016 +0530

    Fix bug:xrange() issue with py3.x

    In python3.x, there is no method named xrange(),
    it has replaced by range(),which is equal to xrange()
    in python2.x. so we must fix this issue.

    Closes-Bug: #1268439

    Change-Id: I66f0a7f248ad77bf06e96ea7cfcb7ef5f050b13a