Comment 2 for bug 2052884

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/908748
Committed: https://opendev.org/openstack/openstack-ansible-os_nova/commit/b78e8a68ea9f20e1220847ccae8e73604ee50ab7
Submitter: "Zuul (22348)"
Branch: master

commit b78e8a68ea9f20e1220847ccae8e73604ee50ab7
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.

    Closes-Bug: #2052884
    Change-Id: I454b53713ecacf844ac14f77b6d1e1adc1322c0e