1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-03 08:21:58 +03:00

Python binding for storage pool lifecycle events API

Code matches the network event API implementation
This commit is contained in:
Jovanka Gulicoska
2016-06-14 23:22:23 +02:00
committed by Cole Robinson
parent b4629027f8
commit 7eaab4a6c2
4 changed files with 193 additions and 0 deletions

View File

@ -173,6 +173,9 @@ for cname in wantfunctions:
continue
if name[0:22] == "virConnectNetworkEvent" and name[-8:] == "Callback":
continue
if (name.startswith("virConnectStoragePoolEvent") and
name.endswith("Callback")):
continue
# virEvent APIs go into main 'libvirt' namespace not any class