nova/nova/tests
Guang Yee 0f2d87416e make sure to rebuild claim on recreate
On recreate where the instance is being evacuated to a different node,
we should be rebuilding the claim so the migration context is available
when rebuilding the instance.

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

NOTE(mriedem): There are a few issues here:

1. I5aaa869f2e6155964827e659d18e2bcaad9d866b changed the LOG.info
   method to not pass a context in Ocata.
2. I57233259065d887b38a79850a05177fcbbdfb8c3 changed some tests in
   test_compute_manager in Ocata, but is irrelevant here.
3. The bigger change isn't a merge conflict but in Ocata the compute
   manager code was all refactored so that the _get_resource_tracker
   method no longer needed a nodename passed to it. In Newton, however,
   if we're force evacuating (scenario 3) then we don't have a scheduled_node
   passed to the rebuild_instance method and in this case we need to
   lookup the nodename for the host we're currently on. To resolve this,
   some existing code that handles this case is moved up where it is
   needed to get the resource tracker so we can get the rebuild_claim method.
   We let any ComputeHostNotFound exception raise up in this case rather than
   log it because without the compute node we can't make the rebuild claim and
   we need to fail. Tests are adjusted accordingly for this.

Change-Id: I53bdcf8edf640e97b4632ef7a093f14a6e3845e4
Closes-Bug: 1658070
(cherry picked from commit a2b0824aca)
(cherry picked from commit ea90c60b07)
2017-06-07 20:55:15 +00:00
..
functional Merge "Removal of tests with different result depending on testing env" into stable/newton 2017-03-08 05:41:45 +00:00
live_migration/hooks Use tempest tox with regex first 2016-09-19 20:05:16 +00:00
unit make sure to rebuild claim on recreate 2017-06-07 20:55:15 +00:00
__init__.py
fixtures.py Use StableObjectJsonFixture from o.vo 2016-08-29 11:52:10 -04:00
uuidsentinel.py Add uuidsentinel test module 2015-12-14 11:28:55 +01:00