Comment 2 for bug 1523348

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

Reviewed: https://review.openstack.org/254035
Committed: https://git.openstack.org/cgit/openstack/devstack-plugin-glusterfs/commit/?id=28fc5d375fbf13ac6d102acc71de2eb3eeb29d1c
Submitter: Jenkins
Branch: master

commit 28fc5d375fbf13ac6d102acc71de2eb3eeb29d1c
Author: Ramana Raja <email address hidden>
Date: Mon Dec 7 12:15:09 2015 +0530

    Restrict scope of loop control variables to local

    Some of the loop control variables are global. This as expected has
    lead to corruption of their values, and produced undesired results.
    Fix this issue by setting the scope of these variables to local.

    Closes Bug: #1523348

    Change-Id: I0f5676c5a0b97d3e027a1e7677b4b5a21470913b