Comment 6 for bug 1750666

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

Reviewed: https://review.openstack.org/546315
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3120627d9802ceda46c2db387fec8fbc80700338
Submitter: Zuul
Branch: master

commit 3120627d9802ceda46c2db387fec8fbc80700338
Author: Mohammed Naser <email address hidden>
Date: Tue Feb 20 16:47:06 2018 -0500

    Add functional test for deleting BFV server with old attach flow

    When creating a new instance and deleting it before it gets scheduled
    with the old attachment flow (reserve_volume), the block device mappings
    are not persisted to database which means that the clean up fails
    because it tries to lookup attachment_id which cannot be lazy loaded.

    This patch adds a (failing) functional test to check for this issue
    which will be addressed in a follow-up patch.

    Related-Bug: #1750666
    Change-Id: I294c54e5a22dd6e5b226a4b00e7cd116813f0704