Comment 21 for bug 1566383

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/mitaka)

Reviewed: https://review.openstack.org/320098
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5d57c7c89e3407cbb17a1e30e67dc76d5168867d
Submitter: Jenkins
Branch: stable/mitaka

commit 5d57c7c89e3407cbb17a1e30e67dc76d5168867d
Author: Brian Haley <email address hidden>
Date: Fri Apr 22 15:43:24 2016 -0400

    DVR: Use IPDevice class consistently

    create_rtr_2_fip_link() only creates IPDevice class instances
    after it determines the VETH pair does not exist. Change to
    always create them as instead of using int_dev[0]. This is
    also setup for a follow-on patch.

    Partial-Bug: #1566383
    Change-Id: I58e242f05ffb9a33bda5aeb93344861769845d2e
    (cherry picked from commit b9bec4be6ba06087ebfa20007dcbc2cb646a5345)
    Conflicts:
     neutron/agent/l3/dvr_fip_ns.py