witch libvirt get_cpu_info method over to use config APIs

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: I1f8dec12bcc56f071907e5fc6015ed04ee25b876
Closes-Bug: 1234567
This commit is contained in:
KALYANI SHINDE 2015-09-18 20:14:24 +00:00
parent abeefbf764
commit a9c501a91a
1 changed files with 3 additions and 0 deletions

3
training/ks-0503.py Normal file
View File

@ -0,0 +1,3 @@
Hello OpenStack Community,
This is My First Bug Fix.
I hope really hope it gets merged to master.