From c34efb7593df5bc4037003433dd41d032e74fcef Mon Sep 17 00:00:00 2001 From: Damian Dabrowski Date: Mon, 6 Nov 2023 16:09:04 +0100 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_nova from branch 'master' to feb15af75b1d38fdfa2c670c55a6d0f4c95c5ad7 - Always disable libvirt default network Currently, autostart for libvirt default network is disabled only when this network is active during nova playbook execution. It's an incorrect behavior because in some cases this network may not be active from the beginning. Autostart should be always disabled to ensure that this network will not be unexpectedly marked as active in the future(during package upgrade, host reboot etc.). Closes-Bug: #2042369 Change-Id: I697234bda1601b534ce1b6ab186fa98f83179ee8 --- 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 f372c88a09..feb15af75b 160000 --- a/openstack-ansible-os_nova +++ b/openstack-ansible-os_nova @@ -1 +1 @@ -Subproject commit f372c88a093ce8a48cc3b7e0a26fd5ea06aec59a +Subproject commit feb15af75b1d38fdfa2c670c55a6d0f4c95c5ad7