ironic-staging-drivers/releasenotes/notes/libvirt_power_driver-ab73daee0feb555f.yaml
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

8 lines
199 B
YAML

---
features:
- Addition of the Libvirt power management driver.
This driver uses python-libvirt library to connect
to hypervisor. It is fast enough and may be used
for scale testing.