Use host-passthrough for nova cpu mode

Host passthrough will directly pass through the compute host's CPU model
and features without regard for migration compatibility. We don't care
about migration because all of the instances on this cloud are ephemeral
nodepool instances.

Change-Id: Id02f1826b58acf1834ec117679a26d9bbe981c2e
This commit is contained in:
Logan V 2018-09-23 22:06:43 -05:00
parent 96dcf66994
commit 4e5bb02f6e
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ nova_console_type: novnc
# Adjust default OSA allocation ratios
# The intent is to allow flexible ratios (to a point) while using ram as the
# bottom line limiting factor in determining a full host normally.
nova_cpu_mode: host-passthrough
nova_compute_ksm_enabled: True
nova_cpu_allocation_ratio: 10
nova_disk_allocation_ratio: 5