Comment 6 for bug 1718485

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

Reviewed: https://review.openstack.org/508902
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b234b8e13a6dcd97b3dbea69dcbd09e86bf80e83
Submitter: Zuul
Branch: stable/newton

commit b234b8e13a6dcd97b3dbea69dcbd09e86bf80e83
Author: Balazs Gibizer <email address hidden>
Date: Thu Sep 21 11:06:05 2017 +0200

    Add live.migration.force.complete to the legacy notification whitelist

    The instance.live.migration.force.complete notificatons are missing from the
    legacy notification whitelist as every test emiting them are mocked out
    the rpc notifier call.

    This patch adds the extra test coverage and whitelists the notifications

    Conflicts:
          nova/tests/unit/compute/test_compute_mgr.py

    NOTE(mriedem): Conflicts are due to not having change
    03e2f0449adf021774578cb3b457e284e831a509 or change
    7bb82e2dfdea30e22cff7d57b7dfa1d19b0e513b in Newton, neither
    of which are needed here.

    Change-Id: Idf20fb435a7d11ff93bcb137699a38f5e4562d4c
    Closes-Bug: #1718485
    (cherry picked from commit b4778065e9a53f62d8ceee5889e1f1bbb61191d6)