Comment 25 for bug 1952550

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/822691
Committed: https://opendev.org/openstack/neutron/commit/162b02195c41d93f3ef8af77dafd460877d1bb2c
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 162b02195c41d93f3ef8af77dafd460877d1bb2c
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)
    (cherry picked from commit b07eeb2789abc79c0fa86db0bdf7bc111ea725ac)
    (cherry picked from commit 4bf531448eac151b53b05cae0a5ca51060ca38c3)