Comment 2 for bug 1439295

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

Reviewed: https://review.openstack.org/170046
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=8bd358d2c25f9bfb6011f751ef5342e012fbb6d8
Submitter: Jenkins
Branch: master

commit 8bd358d2c25f9bfb6011f751ef5342e012fbb6d8
Author: Matt Thompson <email address hidden>
Date: Thu Apr 2 09:21:16 2015 +0100

    Fix bug in playbooks/library/neutron

    This change updates _add_router_interface to list ports for the router
    device only, and not for all devices. As we select specific device
    ports only, we no longer need to skip over other device's ports, and
    this indirectly fixes a bug where we were using 'next' instead of
    'continue' to skip to the next iteration of the for loop.

    Change-Id: I892dc0f58f1d8bbb7ebd46f7790c5420c4c8b94b
    Closes-Bug: #1439295