Add python3 libs to link into the nova venv for suse
Change-Id: Ibc5f8f9f73905c4c04a254e589cd13fe2254521b
This commit is contained in:
@@ -81,15 +81,19 @@ nova_compute_kvm_distro_packages:
|
|||||||
- qemu-block-rbd
|
- qemu-block-rbd
|
||||||
- qemu-block-ssh
|
- qemu-block-ssh
|
||||||
- qemu-ovmf-x86_64
|
- qemu-ovmf-x86_64
|
||||||
- libvirt-python
|
- python2-libvirt-python
|
||||||
|
- python3-libvirt-python
|
||||||
- nfs-utils
|
- nfs-utils
|
||||||
- python-libguestfs
|
- python2-libguestfs
|
||||||
|
- python3-libguestfs
|
||||||
- qemu-tools
|
- qemu-tools
|
||||||
- sysfsutils
|
- sysfsutils
|
||||||
|
|
||||||
nova_compute_kvm_packages_to_symlink:
|
nova_compute_kvm_packages_to_symlink:
|
||||||
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('libvirt-python', 'python2-libvirt-python') }}"
|
- python2-libvirt-python
|
||||||
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-libguestfs', 'python2-libguestfs') }}"
|
- python3-libvirt-python
|
||||||
|
- python2-libguestfs
|
||||||
|
- python3-libguestfs
|
||||||
|
|
||||||
nova_compute_ksm_packages:
|
nova_compute_ksm_packages:
|
||||||
- qemu-ksm
|
- qemu-ksm
|
||||||
|
|||||||
Reference in New Issue
Block a user