Comment 13 for bug 1003373

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/8695
Committed: http://github.com/openstack/nova/commit/b4abb92b815988a4700313274ac7182f374a2286
Submitter: Jenkins
Branch: master

commit b4abb92b815988a4700313274ac7182f374a2286
Author: Daniel P. Berrange <email address hidden>
Date: Tue Jun 19 14:34:03 2012 +0100

    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

    Fixes: bug #1003373
    Implements: blueprint libvirt-xml-cpu-model
    Change-Id: I4946a16d27f712ae2adf8441ce78e6c0bb0bb657
    Signed-off-by: Daniel P. Berrange <email address hidden>