Comment 5 for bug 1776255

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

Reviewed: https://review.openstack.org/575857
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=663a7926260061dbc09e924b372d278fbe17b0a9
Submitter: Zuul
Branch: stable/queens

commit 663a7926260061dbc09e924b372d278fbe17b0a9
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)