Skip to content

Commit db55910

Browse files
authored
packaging: missing python3 libvirt dependency for CentOS7 (#4124)
Missing python3 libvirt bindings on CentOS7 effectively break security groups. There are 0 firewall rules added. The agent logs report: ```2020-06-02 10:58:34,346 DEBUG [kvm.resource.LibvirtComputingResource] (main:null) (logid:) Traceback (most recent call last): File "/usr/share/cloudstack-common/scripts/vm/network/security_group.py", line 26, in <module> import libvirtModuleNotFoundError: No module named 'libvirt' ``` Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 05e9b11 commit db55910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/centos7/cloud.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Requires: iproute
110110
Requires: ipset
111111
Requires: perl
112112
Requires: libvirt-python
113+
Requires: python36-libvirt
113114
Requires: qemu-img
114115
Requires: qemu-kvm
115116
Provides: cloud-agent

0 commit comments

Comments
 (0)