Skip to content

Commit aa984f5

Browse files
authored
Missing python3 libvirt bindings
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' ```
1 parent ec60e82 commit aa984f5

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)