Comment 36 for bug 1580880

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

Reviewed: https://review.openstack.org/574058
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5c3bf124966a310cbc6c8ffad5ab30b144d9d7aa
Submitter: Zuul
Branch: master

commit 5c3bf124966a310cbc6c8ffad5ab30b144d9d7aa
Author: Miguel Lavalle <email address hidden>
Date: Sat Jun 9 20:03:39 2018 -0500

    Add binding activation to OVS agent

    As part of the implementation of multiple port bindings [1], add binding
    activation support to the OVS agent. This will enable the execution in
    OVS agents of the complete sequence of steps outlined in [1] during an
    instance migration:

    1) Create inactive port bindings for destination host
    2) Migrate the instance to the destination host and plug its VIFs
    3) Activate the port bindings in the destination host
    4) Delete the port bindings for the source host

    [1] https://review.openstack.org/#/c/309416/

    Change-Id: Iabca39364ec95633b2a8891fc295b3ada5f4f5e0
    Partial-Bug: #1580880