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
11 lines
381 B
YAML
11 lines
381 B
YAML
# TODO(bnemec): Should these settings be moved to low-memory-usage.yaml
|
|
# in tripleo-heat-templates?
|
|
parameter_defaults:
|
|
controllerExtraConfig:
|
|
heat::api_cloudwatch::enabled: false
|
|
heat::api_cfn::enabled: false
|
|
heat::rpc_response_timeout: 600
|
|
NovaComputeExtraConfig:
|
|
# Required for Centos 7.3 and Qemu 2.6.0
|
|
nova::compute::libvirt::libvirt_cpu_mode: 'none'
|