workload balance base on cpu or ram util

By the input parameter "metrics", it makes decision to migrate a VM
base on cpu or memory utilization.

Change-Id: I35cce3495c8dacad64ea6c6ee71082a85e9e0a83
This commit is contained in:
suzhengwei
2017-06-30 18:59:09 +08:00
parent e78f2d073f
commit 5c86a54d20
7 changed files with 121 additions and 42 deletions

View File

@@ -0,0 +1,7 @@
---
features:
- Existing workload_balance strategy based on
the VM workloads of CPU. This feature improves
the strategy. By the input parameter "metrics",
it makes decision to migrate a VM base on CPU
or memory utilization.