Comment 6 for bug 1776255

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

Reviewed: https://review.openstack.org/575858
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=18a2f9bf074d5335e9917dc792754bc37176f498
Submitter: Zuul
Branch: stable/pike

commit 18a2f9bf074d5335e9917dc792754bc37176f498
Author: Kailun Qin <email address hidden>
Date: Tue Jun 12 10:22:32 2018 +0800

    Fix DVR scheduling checks wrong profile for host

    When DVR scheduling in live-migration, the current implementation in DVR
    serviceable ports checking on host performs a "contains" operation of
    sub-string match which checks the wrong port binding profile for host
    (i.e. compute-1 will also match compute-10).

    Add quotes to force an exact match of the host name in the port binding
    profile dictionary to address this issue.

    Closes-Bug: #1776255
    Change-Id: I0d2bd9b9ff0aa58a7cce1b8da2a5f21ac6b38c57
    Signed-off-by: Kailun Qin <email address hidden>
    (cherry picked from commit e356345261737162aab90bf7338d931d64ae524e)