Comment 2 for bug 1878358

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

Reviewed: https://review.opendev.org/727648
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4d5b9a62b97dfa7245efc92cadda4e4c7d0e406a
Submitter: Zuul
Branch: master

commit 4d5b9a62b97dfa7245efc92cadda4e4c7d0e406a
Author: Jakub Libosvar <email address hidden>
Date: Wed May 13 09:40:52 2020 +0200

    ovn-migration: Stop ml2/ovs agents before installing OVN resources

    TripleO used to uninstall services if the resources were set to None. It
    was not intentional and TripleO no longer does that. This patch manually
    removes dhcp, l3, metadata and ovs agents from controller and compute
    nodes, including its systemd service files.

    Closes-Bug: #1878358
    Change-Id: I140ae0c476bf9e19b4429ce388ddc7cc3f4cd421
    Signed-off-by: Jakub Libosvar <email address hidden>