Comment 29 for bug 1746483

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

Reviewed: https://review.openstack.org/543634
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3f3ccfff8e123fc35306b982cab46b55980739e5
Submitter: Zuul
Branch: stable/ocata

commit 3f3ccfff8e123fc35306b982cab46b55980739e5
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.

    NOTE(mriedem): The CinderFixture had to be used since the
    CinderFixtureNewAttachFlow fixture didn't exist until Queens.

    NOTE(mriedem): The functional test needed to change slightly to
    disable the DiskFilter since we're using the PlacementFixture which
    takes care of DISK_GB filtering.

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