witch libvirt get_cpu_info method

The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: If3080d527cbd7176aa92ea8c6e036ebc2f1135f8
Closes-Bug: 1234567
(cherry picked from commit 1fc35418c2)
This commit is contained in:
Mohit Malik
2016-07-14 15:34:43 +00:00
committed by Matt Dorn
parent 742e5d885c
commit 02a96f0d07

3
mm-0920.py Normal file
View File

@@ -0,0 +1,3 @@
Hello Openstack Community, This is my first bug fix.
I really hope it gets to master.
Added a new change