From 02a96f0d0773a2b8fc0c4b85830d14cce80f62fa Mon Sep 17 00:00:00 2001 From: Mohit Malik Date: Thu, 14 Jul 2016 15:34:43 +0000 Subject: [PATCH] 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 1fc35418c22e0e52f3404bca1de7372cd48a79a9) --- mm-0920.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mm-0920.py diff --git a/mm-0920.py b/mm-0920.py new file mode 100644 index 000000000..6e15f0c7d --- /dev/null +++ b/mm-0920.py @@ -0,0 +1,3 @@ +Hello Openstack Community, This is my first bug fix. +I really hope it gets to master. +Added a new change \ No newline at end of file