Comment 4 for bug 1928711

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/792513
Committed: https://opendev.org/openstack/tripleo-ansible/commit/a73d2ec0db91e41468985ac8433c7d301afe2d7d
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit a73d2ec0db91e41468985ac8433c7d301afe2d7d
Author: Harald Jensås <email address hidden>
Date: Mon May 17 14:08:23 2021 +0200

    Fix network-v2 node port idempotency

    Store the 'name_upper' of the networks in the
    network name id map, and use this name when
    setting the port name in port definitions.

    The port name is checked agains existing ports,
    and since THT uses the upper case network name
    when setting the port name the same (name_upper)
    must be used here.

    Closes-Bug: #1928711
    Related: blueprint network-data-v2-ports
    Change-Id: Iac7f351ce9ee965c17b6bc2956d140efe25ffcf4
    (cherry picked from commit f6bb0590178d5f51940154f8d69df59f462fb10b)