Comment 38 for bug 1414559

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

Reviewed: https://review.openstack.org/561160
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d9c6610cb60f2da152f567aaa1b0cdb9edef2957
Submitter: Zuul
Branch: stable/ocata

commit d9c6610cb60f2da152f567aaa1b0cdb9edef2957
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.

    Conflicts:
            neutron/tests/unit/plugins/ml2/test_rpc.py

    NOTE(lyarwood): Test conflict introducing an additional mock for ml2_db,
    required prior to Pike and Ia15c63f94d2c67791da3b65546e59f6929c8c685.

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