Comment 2 for bug 1718485

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

Reviewed: https://review.openstack.org/506104
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b4778065e9a53f62d8ceee5889e1f1bbb61191d6
Submitter: Jenkins
Branch: master

commit b4778065e9a53f62d8ceee5889e1f1bbb61191d6
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

    Change-Id: Idf20fb435a7d11ff93bcb137699a38f5e4562d4c
    Closes-Bug: #1718485