Comment 2 for bug 1675602

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

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

commit 9910bade6fe7ffde1b11170f894e2876ed8ccdb4
Author: Matt Riedemann <email address hidden>
Date: Thu Mar 23 22:07:03 2017 -0400

    Do not attempt to load osinfo if we do not have os_distro

    We get a warning logged every time we try to load up osinfo
    with an image metadata that does not have the 'os_distro'
    property set. We should be smarter and just not try to load
    osinfo at all if we know we cannot get results.

    Change-Id: I79ebea3ed222fb0db01d0a33c62a677d0381f66c
    Closes-Bug: #1675602