nova/nova/virt
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
..
disk trivial: Remove log translations 2020-05-27 09:40:47 +00:00
hyperv trivial: Remove log translations 2020-05-27 09:40:47 +00:00
image
ironic virt: Provide block_device_info during rescue 2020-04-09 08:39:35 +01:00
libvirt Remove lxml deprecated methods 2020-06-23 13:26:20 +02:00
powervm compute: Report COMPUTE_RESCUE_BFV and check during rescue 2020-04-09 08:39:35 +01:00
vmwareapi trivial: Remove log translations 2020-05-27 09:40:47 +00:00
xenapi Merge "Remove inject_file from compute manager and virt driver" 2020-06-02 16:06:16 +00:00
zvm Enable start/stop of instances with accelerators. 2020-03-24 22:44:26 -07:00
__init__.py
arch.py Added ability to configure default architecture for ImagePropertiesFilter 2018-05-14 16:55:13 -04:00
block_device.py trivial: Resolve (most) flake8 3.x issues 2019-12-11 16:57:22 +00:00
configdrive.py Skip existing VMs when hosts apply force_config_drive 2019-05-22 21:02:16 +00:00
driver.py Merge "Remove inject_file from compute manager and virt driver" 2020-06-02 16:06:16 +00:00
event.py Port binding based on events during live migration 2018-07-19 09:09:55 -04:00
fake.py Remove inject_file from compute manager and virt driver 2020-05-22 11:48:04 +02:00
hardware.py hardware: Raise useful error for invalid mempage size 2020-05-21 16:22:29 +01:00
imagecache.py Reserve DISK_GB resource for the image cache 2020-05-19 17:47:50 +02:00
images.py images: Make JSON the default output format of calls to qemu-img info 2020-04-16 16:38:24 +01:00
interfaces.template
netutils.py nova-net: Remove final references to nova-network 2020-01-08 13:54:12 +00:00
osinfo.py Stop sending bad values from libosinfo to libvirt 2019-07-04 15:30:51 +01:00
storage_users.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
virtapi.py Add a way to exit early from a wait_for_instance_event() 2019-12-02 07:00:26 -08:00