nova/nova/conductor/tasks
Sylvain Bauza f5e35dcfe8 Correct memory validation for live migration
Since live migration has been moved to the conductor, there was no
possibility for the conductor to verify if the destination had
enough RAM just because it didn't know the allocation ratios given
by the scheduler.

Now that ComputeNodes provide a ram_allocation_field, we can fix
that check and provide the same validation than RAMFilter to make
sure that the destination is good.

Closes-Bug: #1451831
Closes-Bug: #1214943

Change-Id: Ie6c768fc915553da73160ea51961078bfbacec77
2015-10-05 15:34:21 +02:00
..
__init__.py Removed copyright from empty files 2014-02-27 14:27:54 +02:00
base.py Create class hierarchy for tasks in conductor 2015-07-30 17:35:56 +03:00
live_migrate.py Correct memory validation for live migration 2015-10-05 15:34:21 +02:00
migrate.py Create class hierarchy for tasks in conductor 2015-07-30 17:35:56 +03:00