diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py index 31f9d14c53ea8e6e92c63cb76c768ef26f9f8324..7b2edf48caabc987ba867bb69b7c028212da011a 100644 --- a/lib/hypervisor/hv_kvm.py +++ b/lib/hypervisor/hv_kvm.py @@ -1380,6 +1380,7 @@ class KVMHypervisor(hv_base.BaseHypervisor): # Note: CPU pinning is using up_hvp since changes take effect # during instance startup anyway, and to avoid problems when soft # rebooting the instance. + cpu_pinning = False if up_hvp.get(constants.HV_CPU_MASK, None): cpu_pinning = True if not startup_paused: