Comment 15 for bug 1784353

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

Reviewed: https://review.openstack.org/612485
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3452b603a109d05c091246e4ff37e8f1997c0d50
Submitter: Zuul
Branch: stable/rocky

commit 3452b603a109d05c091246e4ff37e8f1997c0d50
Author: Lee Yarwood <email address hidden>
Date: Tue Jul 31 11:09:45 2018 +0100

    fixtures: Track volume attachments within CinderFixtureNewAttachFlow

    Previously volume attachments ids were not tracked at all within the
    fixture with only the instance_uuid and volume_id stashed. This change
    should allow future functional tests to exercise bugs where attachments
    are deleted but not recreated such as bug #1784353.

    Change-Id: Ib30144596fe6a8d8ffbb4ebd695ebcf38ef828a4
    Co-authored-by: Matthew Booth <email address hidden>
    Related-Bug: #1784353
    (cherry picked from commit bfdc6a0d5293e29d91d4755370c08769394f3ba7)