blob: 26fe01a67453787e0d1e504d9617fcc6309aa21d [file] [log] [blame]
zhuflbe052d62019-11-04 10:56:02 +08001---
2features:
3 - Add a new config option can_migrate_between_any_hosts in the
4 compute-feature-enabled section, which can be set to False for environment
5 with non homogeneous compute nodes, so that it can select a destination
6 host for migrating automatically, otherwise the testcase may fail
7 unexpectedly. e.g., if source host is with CPU "E5-2699 v4" and the
8 selected target host is with CPU "E5-2670 v3", the live-migration will
9 fail because of the downgrade issue.