Fixed issue with libvirt attempting resan

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: I00b66df6ceaa0bb3a0977a97514f97f44899fe6b
Closes-Bug: 1234567
This commit is contained in:
Matt Dorn
2016-04-07 15:59:08 +00:00
parent 5e5d1f4c0d
commit 6f92cae7ea

3
md-1112.py Normal file
View File

@@ -0,0 +1,3 @@
Hello OpenStack Community,
This is my first bug fix.
I really hope it gets merged to master.