From 566d7d642b4c76bb5063fb03b83b72b38a91b57c Mon Sep 17 00:00:00 2001 From: Shashirekha Gundur Date: Thu, 10 Sep 2015 14:31:13 +0000 Subject: [PATCH] Switch 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: Ibe190933ff597790eb9f8ddb1d526a8093d9a8b3 Closes-Bug: 1437042 (cherry picked from commit 914a7fa253c566bb54abc17748279b2294a0f63e) --- training/sg-1001.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 training/sg-1001.py diff --git a/training/sg-1001.py b/training/sg-1001.py new file mode 100644 index 000000000..832e9c77e --- /dev/null +++ b/training/sg-1001.py @@ -0,0 +1,3 @@ +Hello OpenStack Community, +This is My First Bug Fix. +I hope really hope it gets merged to master.