d4f72b0302
An upcoming update to qemu-kvm (2.6.0) with CentOS/RHEL 7.3 can break
existing implementations where qemu is the configured hypervisor and
'host-model' is used.
As such, ensure libvirt_cpu_mode is set to none when qemu is in use.
Worth noting that devstack has been setting 'none' [1] as well.
[1]: 1c442eebc8/lib/nova_plugins/hypervisor-libvirt (L42)
Change-Id: I4a7c3ced59c46fb2582122260922813b09a3d042
20 lines
573 B
YAML
20 lines
573 B
YAML
parameter_defaults:
|
|
# HeatWorkers doesn't modify num_engine_workers, so handle
|
|
# via heat::config
|
|
controllerExtraConfig:
|
|
heat::config::heat_config:
|
|
DEFAULT/num_engine_workers:
|
|
value: 1
|
|
# In newton and above, these parameters are set by low-memory-usage.yaml from t-h-t
|
|
HeatWorkers: 1
|
|
CeilometerWorkers: 1
|
|
CinderWorkers: 1
|
|
GlanceWorkers: 1
|
|
KeystoneWorkers: 4
|
|
NeutronWorkers: 1
|
|
NovaWorkers: 1
|
|
SwiftWorkers: 1
|
|
NovaComputeExtraConfig:
|
|
# Required for Centos 7.3 and Qemu 2.6.0
|
|
nova::compute::libvirt::libvirt_cpu_mode: 'none'
|