Comment 6 for bug 2052884

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/908699
Committed: https://opendev.org/openstack/openstack-ansible-os_nova/commit/cb97be032d4880652b16864e93cda75527f34ac6
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit cb97be032d4880652b16864e93cda75527f34ac6
Author: Dmitriy Rabotyagov <email address hidden>
Date: Sun Feb 11 17:36:15 2024 +0100

    Evaluate my_ip address once

    Instead of evaluating same condition of my_ip in multiple places across
    the role this patch suggests doing this once in vars and using the
    resulting variable afterwards.

    This not only reduce amount of evaluations made throughout the role runtime,
    but also solves possible corner cases where some syntax may go off.

    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/910220
    Closes-Bug: #2052884
    Change-Id: I454b53713ecacf844ac14f77b6d1e1adc1322c0e
    (cherry picked from commit b78e8a68ea9f20e1220847ccae8e73604ee50ab7)