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
This commit is contained in:
Roger Luethi 2014-09-01 14:37:41 +02:00
parent b5d209f515
commit 954947d1ac
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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