Comment 4 for bug 1649747

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

Reviewed: https://review.openstack.org/447415
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3d58ce44d41fd38af862007ad79dd4dae826b9c0
Submitter: Jenkins
Branch: master

commit 3d58ce44d41fd38af862007ad79dd4dae826b9c0
Author: Huan Xie <email address hidden>
Date: Mon Mar 20 01:34:12 2017 -0700

    Deal with port commonly when hypervisor is XenServer

    When neutron is deployed with hypervisor is XenServer, current
    implementation will grab port's iface-id via xapi, but this isn't
    the proper way:
    Port's iface-id is already set when creating VM or hot plugging
    VIFs in nova project, so there is no need to grab it via xapi

    Change-Id: Ie07527cc89ac81ff1e3519db66925cee482f77a4
    Closes-Bug: #1649747