Readd some QEMU distro packages
Had issues where QEMU packages were not in sync and got an error: ... Note: only modules from the same build can be loaded. ... The qemu package no longer lists dependencies on qemu-system, qemu-user, qemu-utils in apt show. Qemu-utils is recommended by other packages but I am unsure as to whether this will guarantee an upgrade in all circumstances. While qemu-system does list dependencies on the arm, mips, ppc... packages they are unversioned and therefore do not keep in step. Change-Id: I8ea4681a58a54bdc6a24ff053b11dfee5cc7af59
This commit is contained in:
Georgina Shippey
committed by
Jonathan Rosser
parent
c0f95b09ac
commit
149d555d6b
1 changed files with 5 additions and 0 deletions
@@ -70,7 +70,12 @@ nova_compute_kvm_distro_packages:
- libvirt-daemon-system
- python3-libvirt
- qemu
- qemu-utils
- qemu-user
- qemu-block-extra
- qemu-system
- "{{ (ansible_architecture == 'x86_64') | ternary('qemu-system-x86', 'qemu-system-arm') }}"
- qemu-system-misc
nova_compute_kvm_packages_to_symlink:
- python3-libvirt
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.