Include XML in domain information
This commit is contained in:
parent
fb40ef5b04
commit
8071fb87d7
|
@ -201,7 +201,7 @@ def getInformationFromXML(zk_conn, uuid):
|
||||||
'features': domain_features,
|
'features': domain_features,
|
||||||
'disks': domain_disks,
|
'disks': domain_disks,
|
||||||
'controllers': domain_controllers,
|
'controllers': domain_controllers,
|
||||||
'xml': parsed_xml
|
'xml': lxml.etree.tostring(parsed_xml, encoding='ascii', method='xml').decode().replace('\"', '\'')
|
||||||
}
|
}
|
||||||
|
|
||||||
return domain_information
|
return domain_information
|
||||||
|
|
Loading…
Reference in New Issue