Comment 6 for bug 1523503

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

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

commit f33dfa0647f0cd289bce19f7c06b3d0a88070a92
Author: Gary Kotton <email address hidden>
Date: Mon Dec 7 05:48:37 2015 -0800

    Scheduler: honor the glance metadata for hypervisor details

    The scheduler would not honor the glance image metadata for
    'hypervisor_type' and 'hypervisor_version_requires'. This was due
    to the fact that this was not part if the image_meta object.

    Change-Id: I03742cc9330814e2758184d8189a5be93a2b978b
    Closes-bug: #1523503