Comment 20 for bug 1746483

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/queens)

Reviewed: https://review.openstack.org/543594
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ed959b94ee8a211a270d9d89a6021e76a16bf31f
Submitter: Zuul
Branch: stable/queens

commit ed959b94ee8a211a270d9d89a6021e76a16bf31f
Author: Matt Riedemann <email address hidden>
Date: Sun Feb 11 16:14:31 2018 -0500

    Add regression test for BFV+IsolatedHostsFilter failure

    Creating a volume-backed server while using the IsolatedHostsFilter
    results in a NoValidHost failure because the filter tries to load
    the RequestSpec.image.id but when you create a server from a volume,
    an image is not required directly in the server create request.

    Change-Id: Id21e0afa5cec401555bee679193c256e55be863b
    Related-Bug: #1746483
    (cherry picked from commit 4f9667b7a92ffef4329380e39c64cf314203b06e)