ironic-staging-drivers/driver-requirements.txt
vsaienko 296a45c8af Introduce libvirt power/mgmt driver
Libvirt has its own API. It allows to connect to different hypervisors
like xen, vmware, virtualbox, qemu, full list can be found at
https://libvirt.org/drivers.html.
It supports different type of transports like ssh, tcp, unix sockets.
This patch introduces new type of power and management drivers,
which use libvirt-python library to connect to hypervisor.

Change-Id: I2df214aab95c2f5d2505f5ad4ef9f3a542e44c6a
Depends-On: I12211db38a3fdb3b2d733e5769f2c052c32c4a75
Closes-Bug: #1523880
2016-04-20 06:53:24 +00:00

7 lines
228 B
Plaintext

# This file lists all python libraries which are utilized by drivers,
# and may not be listed in global-requirements.
# libvirt driver requires libvirt-python library which is available on pypi
libvirt-python>=1.2.5 # LGPLv2+