Include XML output in VM information
This commit is contained in:
parent
dff1c68f6e
commit
75f80fa4bd
|
@ -200,7 +200,8 @@ def getInformationFromXML(zk_conn, uuid):
|
||||||
'emulator': domain_emulator,
|
'emulator': domain_emulator,
|
||||||
'features': domain_features,
|
'features': domain_features,
|
||||||
'disks': domain_disks,
|
'disks': domain_disks,
|
||||||
'controllers': domain_controllers
|
'controllers': domain_controllers,
|
||||||
|
'xml': parsed_xml
|
||||||
}
|
}
|
||||||
|
|
||||||
return domain_information
|
return domain_information
|
||||||
|
|
Loading…
Reference in New Issue