Comment 2 for bug 1533013

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

Reviewed: https://review.openstack.org/266114
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2540c84c7624892cd64514a5864731433f3889bb
Submitter: Jenkins
Branch: master

commit 2540c84c7624892cd64514a5864731433f3889bb
Author: Assaf Muller <email address hidden>
Date: Mon Jan 11 21:58:30 2016 -0500

    Fix regression with unbound ports and l2pop

    When l2pop is enabled and an unbound port is deleted l2pop mech
    driver raises an exception as a result of patch:
    https://review.openstack.org/#/c/263471/

    As a result of the same patch, when an unbound port's IP
    address is changed l2pop sends a fanout RPC message needlessly.

    Change-Id: Ia81c03dcdf7aef9528c9c2b9527399251fa6aad7
    Closes-Bug: #1533013