Comment 18 for bug 1580880

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

Reviewed: https://review.openstack.org/404293
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7872508f9f25ea638f067cab65550778fbf1d0ed
Submitter: Jenkins
Branch: master

commit 7872508f9f25ea638f067cab65550778fbf1d0ed
Author: Anindita Das <email address hidden>
Date: Tue Nov 29 07:45:22 2016 -0800

    [Live Migration] Extend ml2_port_binding table

    Extended the Primary Key of ml2_port_binding table to include "hosts"
    and added a new column named "status" to indicate the status of the
    port similar to the ml2_distributed_port_binding table. Updated the
    PortBinding object with the above changes.

    Change-Id: Ie01f83b01ab673b9ae7e05b4eaed504ffc8db773
    Co-Authored-By: Brian Stajkowski <email address hidden>
    Partial-Bug: #1580880