Comment 11 for bug 1003373

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

Reviewed: https://review.openstack.org/8694
Committed: http://github.com/openstack/nova/commit/272407be59a9de094fa73a557d0823adf03b506b
Submitter: Jenkins
Branch: master

commit 272407be59a9de094fa73a557d0823adf03b506b
Author: Daniel P. Berrange <email address hidden>
Date: Tue Jun 19 14:27:49 2012 +0100

    Add libvirt config classes for handling capabilities XML doc

    Libvirt exposes the host/hypervisor features using an XML
    schema known as "capabilities". Currently the libvirt driver
    code just parses this in an adhoc manner using xpath queries.

    This change provides a handful of classes LibvirtConfigCaps,
    LibvirtConfigCapsHost and LibvirtConfigCapsGuest for maintaining
    an object based representation of the capabilities. The
    LibvirtConfigCapsHost class also uses the existing LibvirtConfigCPU
    class

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