From 6f92cae7eacf7dfdb10db4a042b248576cde6f9a Mon Sep 17 00:00:00 2001 From: Matt Dorn Date: Thu, 7 Apr 2016 15:59:08 +0000 Subject: [PATCH] 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 --- md-1112.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 md-1112.py diff --git a/md-1112.py b/md-1112.py new file mode 100644 index 000000000..2e8d56d08 --- /dev/null +++ b/md-1112.py @@ -0,0 +1,3 @@ +Hello OpenStack Community, +This is my first bug fix. +I really hope it gets merged to master.