Comment 70 for bug 1734320

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

Reviewed: https://review.openstack.org/602384
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=165ed325917e5deadb274ad9c122db157c0b55b2
Submitter: Zuul
Branch: master

commit 165ed325917e5deadb274ad9c122db157c0b55b2
Author: Sean Mooney <email address hidden>
Date: Thu Sep 13 16:50:33 2018 +0100

    always create ovs port during plug

    - This change modifies the ovs plugin to always
      create the ovs interface in the ovs db.
    - This change enables the neutron l2 agent to configure
      the ovs interface by assigning a vlan tag and
      installing openflow rules as appropriate.
    - This change will reduce the live migration
      time for kernel ovs ports with hybrid plug false
      by creating the ovs port as part of plug before
      the migration starts.
    - This change adds the privsep decorator
      to delete_net_dev to account for it new usage
      via _unplug_vif_generic and address bug #1801072

    Change-Id: Iaf15fa7a678ec2624f7c12f634269c465fbad930
    Partial-Bug: #1734320
    Closes-Bug: #1801072