This reverts commit 6d96512188.
The instance.live_migration_post.end event is created in the source node
before the migration has finished, it shows state migrating and the
source node as host.
The instance.live_migration_post_dest.end is created in the destination
after the migraion is finished, shows task_state None and the correct
destination node as host.
It also adds a release note.
Closes-Bug: #2138857
Change-Id: I751170e4ba1aa5ede0559dae8380120611ecf1e4
Signed-off-by: Alfredo Moralejo <amoralej@redhat.com>
8 lines
283 B
YAML
8 lines
283 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Notification-based updates of the nova DataModel failed to set the
|
|
actual destination host as compute node after Live Migrations. The
|
|
Nova collector is now using the right Nova notification to update
|
|
the instance in the DataModel after those events.
|