openstack-ansible-os_nova/files/smt.conf
chhagarw 55c89fc118 Disable SMT for ppc64 hypervisor and set VNC
On ppc64le KVM hypervisor SMT is enabled by default.
Adding the task to disable SMT to allow launching the instance in
running state.

Setting the default console type as noVNC for ppc64 arch.

Change-Id: I119455a499255725dd616eb488a1c67f828d925a
2016-11-02 14:47:23 +00:00

11 lines
118 B
Plaintext

#
# A task to turn off smt
#
description "turn off the smt"
start on runlevel [2345]
task
exec ppc64_cpu --smt=off