Files
nova/nova/virt/libvirt
Balazs Gibizer 87ee88f10a [libvirt]log XML if nova fails to parse it
In case nova fails to parse the XML from libvirt the lxml exception is
dumped to the log but it only states the location of the error in the
XML string like

  lxml.etree.XMLSyntaxError: StartTag: invalid element name, line 40, column 35

To be able to troubleshoot the actual XML error we need to see the
invalid XML as well. So this patch makes sure that if nova fails to
parse the XML then the XML itself is dumped to DEBUG log.

Change-Id: I14cce6db4c86f663e61d3668d081858741e88add
2024-08-17 22:24:15 +02:00
..
2020-12-13 11:25:31 +00:00
2023-03-27 10:43:58 -04:00
2024-07-02 13:08:40 -07:00
2023-11-29 16:06:33 +02:00