From b4a571a3ea8c89397f780861ad9fa87039c0e5ad Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Tue, 28 Nov 2017 21:03:53 +0000 Subject: [PATCH] [nova] start VMs by default on pod/node restart If a node or pod restarts we would like the VMs running state to be preserved. Change-Id: I025b4e806855102c90711b6644a7f32bb20602b9 --- nova/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/values.yaml b/nova/values.yaml index 979b2508c4..7b1f5c26f9 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -972,6 +972,7 @@ conf: instance_usage_audit: True instance_usage_audit_period: hour notify_on_state_change: vm_and_task_state + resume_guests_state_on_host_boot: True vnc: novncproxy_host: 0.0.0.0 vncserver_listen: 0.0.0.0