Comment 63 for bug 1605089

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

Reviewed: https://review.openstack.org/520631
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=247ed26470edf6ec3a7210ad427339e9d05164af
Submitter: Zuul
Branch: master

commit 247ed26470edf6ec3a7210ad427339e9d05164af
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Nov 9 16:09:57 2017 +0000

    Check for ports correctness

    This patch is updating networking-ovn to check for correctness when
    creating, updating or deleting ports.

    It does:

    * Create the deltas using the information stored in OVNNB instead of
    original_port parameter

    * Save the revision number from Neutron in the ovn_revision_number table
    and in OVNDB

    * Expand the maintenance periodic task to detect and fix inconsistencies
    for ports

    Note that DNS records still can get out of sync but should be fixed by
    https://bugs.launchpad.net/networking-ovn/+bug/1739257

    Partial-Bug: #1605089
    Change-Id: I1b2366743d76e93c8a2b19c06bcba10a3a29c7f6