Comment 7 for bug 1763051

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

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

commit 6b065dad8015ea4fdacb0aedc763b38c5c8a9130
Author: Matt Riedemann <email address hidden>
Date: Mon Oct 15 18:16:40 2018 -0400

    Move live_migration.pre.start to the start of the method

    This simply moves the pre_live_migration start notification
    back to the start of the method before creating new volume
    attachments. While in here, the list of bdms are passed to
    the notify_about_instance_action method so if
    [notifications]/bdms_in_notifications is True we don't have
    to pull them out of the database again for each versioned
    notification.

    Conflicts in nova/compute/manager.py due to absence of comment from
    f0b9d5204f3.

    Change-Id: I372eddb9e356b02328f937917a856bc631691f53
    Partial-Bug: #1763051
    (cherry picked from commit 7a2228142b8f8f015a554e2b25198ab37811a058)
    (cherry picked from commit ae2da62955e5c856fec71eebb4f3458fb4c7fb79)