From 954947d1ac8adab3a1eb609ae1c235cf89c3c9d1 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Mon, 1 Sep 2014 14:37:41 +0200 Subject: [PATCH] labs: leave all node VMs running After a cluster build, the controller VM is running whereas the other two are not. This inconsistency can be confusing to users. This patch makes sure all three VMs are running when the cluster build is done. Change-Id: I2319b06bd94836e74ebc77330cc16549b7582ac1 --- labs/config/scripts.compute | 1 + labs/config/scripts.network | 1 + 2 files changed, 2 insertions(+) diff --git a/labs/config/scripts.compute b/labs/config/scripts.compute index b1d8ec2a..ab905a65 100644 --- a/labs/config/scripts.compute +++ b/labs/config/scripts.compute @@ -8,3 +8,4 @@ cmd snapshot_cycle "network_configured" scripts setup_nova_compute.sh scripts setup_neutron_compute.sh cmd snapshot_cycle "pre-installed" +cmd boot diff --git a/labs/config/scripts.network b/labs/config/scripts.network index 0028c835..19f01317 100644 --- a/labs/config/scripts.network +++ b/labs/config/scripts.network @@ -7,3 +7,4 @@ osbash enable_vagrant_ssh_keys.sh cmd snapshot_cycle "network_configured" scripts setup_neutron_network.sh cmd snapshot_cycle "openstack-network_installed" +cmd boot