From 6ee2a8a3c93a08ff27e807056d840b535e9cec6a Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 12 Feb 2024 14:09:18 +0100 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_nova from branch 'master' to b78e8a68ea9f20e1220847ccae8e73604ee50ab7 - 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 --- openstack-ansible-os_nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-os_nova b/openstack-ansible-os_nova index 9843c47e81..b78e8a68ea 160000 --- a/openstack-ansible-os_nova +++ b/openstack-ansible-os_nova @@ -1 +1 @@ -Subproject commit 9843c47e81b2d093af585549af7a9f2fb82e11d1 +Subproject commit b78e8a68ea9f20e1220847ccae8e73604ee50ab7