Comment 2 for bug 1864641

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

Reviewed: https://review.opendev.org/709770
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9e416224b04d7d4094e5719afa4ef5bccbe48ce7
Submitter: Zuul
Branch: master

commit 9e416224b04d7d4094e5719afa4ef5bccbe48ce7
Author: Lucas Alvares Gomes <email address hidden>
Date: Tue Feb 25 15:14:54 2020 +0000

    [OVN] OVN DB schema update aware maintenance tasks

    This patch introduces a new mechanism to allow rerunning maintenance
    tasks upon an OVN database schema change to avoid a service restart.

    As an example, the "migrate_to_port_groups" maintenance task will run
    again when the database schema is updated. In case of a migration from
    an OVN version without port groups support to a version that supports
    it, the OVN driver will migrate the code automatically without the need
    of a service restart.

    Closes-Bug: #1864641
    Change-Id: I520a3de105b4c6924908e099a3b8d60c3280f499
    Signed-off-by: Lucas Alvares Gomes <email address hidden>