nova/nova/virt/libvirt
Hervé Beraud 385df41b70 Remove lxml deprecated methods
All our supported runtimes [1] are compatible with the recommended
alternatives.

The `getchildren` method is deprecated [2] since lxml 2.0 and will be removed
in future versions, these changes switch usages to `list(elem)` as
recommended in the official documentation [2].

[1] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-train
[2] https://lxml.de/api/lxml.etree._Element-class.html#getchildren

Change-Id: Ibdc54cdc62d84ea98d4f21bb3698e6726e56365a
2020-06-23 13:26:20 +02:00
..
storage Merge "trivial: Remove log translations" 2020-05-27 19:34:05 +00:00
volume trivial: Remove log translations 2020-05-27 09:40:47 +00:00
__init__.py
blockinfo.py fup: Add missing docstrings from get_rescue_device|bus diskinfo funcs 2020-04-09 10:39:25 +01:00
config.py Remove lxml deprecated methods 2020-06-23 13:26:20 +02:00
designer.py Switch to uses_virtio to enable iommu driver for AMD SEV 2019-12-10 11:01:08 +00:00
driver.py libvirt: Don't allow "reserving" file-backed memory 2020-06-10 10:40:59 +00:00
guest.py libvirt: Always provide the size in bytes when calling virDomainBlockResize 2020-04-01 15:28:32 +01:00
host.py Use 'Exception.__traceback__' for versioned notifications 2020-06-08 14:38:33 +01:00
imagebackend.py Remove 'nova.image.api' module 2020-02-18 11:45:39 +00:00
imagecache.py Reserve DISK_GB resource for the image cache 2020-05-19 17:47:50 +02:00
instancejobtracker.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
migration.py Remove compatibility check from migrate_data 2020-05-22 13:39:34 +02:00
utils.py Add default cpu model for AArch64 2020-03-26 11:12:44 +01:00
vif.py libvirt: Mark e1000e VIF as supported 2020-06-10 10:56:38 +01:00