nova/nova/conductor
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
..
tasks Correct memory validation for live migration 2015-10-05 15:34:21 +02:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Remove and deprecate conductor object_backport() 2015-09-09 19:52:41 +02:00
manager.py Merge "Add version 3.0 of conductor RPC interface" 2015-09-10 23:50:45 +00:00
rpcapi.py Add version 3.0 of conductor RPC interface 2015-09-09 19:55:34 +02:00