821d84f34c
This should be ControllerExtraConfig, since the current parameter name has been deprecated for some time, and is inconsistent with all other roles. Since mitaka is now EOL this also removes references to the worker-config-mitaka-and-below environment. Change-Id: I0f07b3abbe290ed7f740a6f4915e16be39e3a4c6
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'
|