Comment 4 for bug 1285035

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

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

commit 026583e60e9ec2b83049e8ceee16f182560d2562
Author: Joe Gordon <email address hidden>
Date: Wed Feb 26 14:34:10 2014 -0800

    Make hypervisor_version an int in fakeVirt driver

    This is a follow up to 9e770e62135fe9c2c8ac0121a5a79245b25a7847, which
    missed the change in a duplicate copy of host_status.

    Add regression test to test_virt_drivers.

    This requires changes to the API samples, because they were wrong. virt
    drivers use convert_version_to_int which converts a version string to a
    4 digit number ("1.0" becomes to 1000)

    Change-Id: I28ce23509e3c9feae183a49a8fc5bf3c7c601295
    Closes-Bug: #1285035