Comment 7 for bug 1438226

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

Reviewed: https://review.openstack.org/170190
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c380987aa8844a46b2d50e55350e89e0791d76b6
Submitter: Jenkins
Branch: master

commit c380987aa8844a46b2d50e55350e89e0791d76b6
Author: Stephen Finucane <email address hidden>
Date: Tue Mar 31 11:03:48 2015 +0100

    libvirt: Add version check when pinning guest CPUs

    Ensure versions of libvirt with broken CPU pinning support are not used
    for said feature. This requires the addition of a new Exception,
    specific version check functionality and unit tests for same.

    Change-Id: I03b462c4985517ff8a4d94f0e1acae4fabdc5d39
    Closes-Bug: #1438226