Randomize selection of allocation candidates

Ensure a good distribution of instances across candidate hypervisors
by randomly sampling from the full set of allocation candidates
returned when scheduling new instances

Change-Id: I15b824cddef1978d910f72cd6cbb884460223ce6
Closes-Bug: 1817877
This commit is contained in:
James Page 2019-02-27 10:44:38 +01:00
parent 66b4c91b5f
commit c6c0e46c68
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ password = {{ admin_password }}
{% if region -%}
os_region_name = {{ region }}
{% endif -%}
randomize_allocation_candidates = true