Comment 4 for bug 1539039

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

Reviewed: https://review.openstack.org/290766
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=245328dd89ad937707526cee519c3811bccccf18
Submitter: Jenkins
Branch: master

commit 245328dd89ad937707526cee519c3811bccccf18
Author: Oleg Gelbukh <email address hidden>
Date: Wed Mar 9 18:42:21 2016 +0000

    Properly iterate through VIPs

    In the original form, the iterator was changed inside
    the loop. Iterating through separate list object
    fixes this issue.

    Change-Id: I8c2a47b54f1339669f9f20f1a420a028044cb9d8
    Closes-bug: 1539039