Include XML in domain information
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user