Comment 22 for bug 1952550

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/822668
Committed: https://opendev.org/openstack/neutron/commit/b07eeb2789abc79c0fa86db0bdf7bc111ea725ac
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit b07eeb2789abc79c0fa86db0bdf7bc111ea725ac
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Dec 20 14:14:20 2021 +0000

    [OVN] Accept OVS system-id as non UUID formatted string

    Accept OVS system-id non UUID formatted strings. The OVN metadata
    agent will generate a unique UUID from the OVS system-id. If this
    string is a UUID, this value will be used. If not, the OVN metadata
    agent will generate a UUID based on the provided string.

    This patch amends [1].

    [1]https://review.opendev.org/c/openstack/neutron/+/819634

    Closes-Bug: #1952550

    Conflicts:
            neutron/agent/ovn/metadata/agent.py
            neutron/tests/unit/agent/ovn/metadata/test_agent.py

    Change-Id: I42a8a767a6ef9454419b26f80339394759644faf
    (cherry picked from commit 79037c951637dc06d47b6d354776d116a1d2a9ad)
    (cherry picked from commit 6da4432fed255f3bcf3831f5d0520ab389ce36e5)