mirror of
https://opendev.org/openstack/openstack.git
synced 2026-01-11 19:56:55 +00:00
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 <stephenfin@redhat.com>
This commit is contained in:
parent
b83eaa9265
commit
12316e51ad
1 changed files with 1 additions and 1 deletions
2
nova
2
nova
|
|
@ -1 +1 @@
|
|||
Subproject commit a906f39ec847cc2ba384cf95d8d663f7b266c50d
|
||||
Subproject commit 27d4d84eb1069fc532f75d39c2a4a8038539683a
|
||||
Loading…
Add table
Reference in a new issue