Comment 10 for bug 1426433

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

Reviewed: https://review.opendev.org/243613
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=14342d629b714f172545f133314b5ce584503cae
Submitter: Zuul
Branch: master

commit 14342d629b714f172545f133314b5ce584503cae
Author: Lorenzo Affetti <email address hidden>
Date: Tue Nov 10 12:56:59 2015 +0100

    FakeDriver: adding and removing instances on live migration.

    There was no code in FakeDriver that updated the internal
    dict `self.instances` when a FakeInstance was live migrated.
    This commit fills this gap. As a result, a couple of versioned
    notification samples get updated since we are now properly
    tracking a live migrated instance on the destination host as
    running vs pending power state.

    Closes-Bug: 1426433

    Change-Id: I9562e1bcbb18c7d543d5a6b36011fa28c13dfa79