Comment 37 for bug 1580880

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

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

commit f7064f2b6c6ba1d0ab5f9872b2d5ad7969a64e7b
Author: Miguel Lavalle <email address hidden>
Date: Sat Jun 23 22:58:42 2018 -0500

    Add binding activation to the Linuxbridge agent

    As part of the implementation of multiple port bindings [1], add binding
    activation support to the linux bridge agent. This will enable the
    execution with linux bridge 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: I2c937cc0a551e5ce0e8534c4dd4384ec2ca92da1
    Partial-Bug: #1580880