From 12316e51adf343b508ddc2eb627afef99bfaf063 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 9 Jan 2026 16:38:33 +0000 Subject: [PATCH] Update git submodules * Update nova from branch 'master' to 27d4d84eb1069fc532f75d39c2a4a8038539683a - Merge "libvirt: Ensure device alias is present" - libvirt: Ensure device alias is present Our event listener depends on devices having an alias set. We add an early assertion to prove this is the case. In real-life, this will always be the case since the devices we can detach - like interfaces and disks - are among the lists of devices that libvirt will automatically generate an alias for if the user (nova-compute, in this case) doesn't provide their own [1]. However, many of our tests were not doing this so we must update our LibvirtFixture in particular to start doing so. [1] https://github.com/libvirt/libvirt/blob/v11.10.0/src/qemu/qemu_alias.c#L692-L786 Change-Id: Id98d8029af673ffa89d6472be98f90a6f0975511 Signed-off-by: Stephen Finucane --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index a906f39ec8..27d4d84eb1 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit a906f39ec847cc2ba384cf95d8d663f7b266c50d +Subproject commit 27d4d84eb1069fc532f75d39c2a4a8038539683a