Comment 29 for bug 1414559

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/pike)

Reviewed: https://review.openstack.org/510013
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=50988f3f3665adb4dd481aff5515a81878c8e067
Submitter: Zuul
Branch: stable/pike

commit 50988f3f3665adb4dd481aff5515a81878c8e067
Author: Sahid Orentino Ferdjaoui <email address hidden>
Date: Thu Sep 21 15:42:54 2017 +0200

    ml2: fix update_device_up to send lm events with linux bridge

    In case of a live migration and with linux bridge the events are not
    sent to Nova, because the port UUID returned by _device_to_port_id may
    be a truncated UUID and the current plugin._get_port() can't find it.

    Related-Bug: #1414559
    Change-Id: Icb039ae2d465e3822ab07ae4f9bc405c1362afba
    Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>
    (cherry picked from commit 38b3d4e16ac76d97f64f264c68ef9b88d66e0324)