From 0021c3a2446b393a3ebd5bf964af98a0a91e78db Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 20 Oct 2023 11:17:54 +0200 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_nova from branch 'master' to 4aa65eb60691c50c9022c22848e3338c8f350af3 - Fix logic of discovering hosts by service For quite some time, we relate usage of --by-service flag for nova-manage cell_v2 discover_hosts command to the used nova_virt_type. However, we run db_post_setup tasks only once and delegating to the conductor host. With latest changes to the logic, when this task in included from the playbook level it makes even less sense, since definition of nova_virt_type for conductor is weird and wrong. Instead, we attempt to detect if ironic is in use by checking hostvars of all compute nodes for that. It will include host_vars, group_vars, all sort of extra variables, etc. Thus, ironic hosts should be better discovered now with nova-manage command. Related-Bug: #2034583 Change-Id: I3deea859a4017ff96919290ba50cb375c0f960ea --- 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 32867052d7..4aa65eb606 160000 --- a/openstack-ansible-os_nova +++ b/openstack-ansible-os_nova @@ -1 +1 @@ -Subproject commit 32867052d70333d78b54b272987d55fc73d2344a +Subproject commit 4aa65eb60691c50c9022c22848e3338c8f350af3