From d95134f741411afd6ad68ad154c0d90e0d8bcc16 Mon Sep 17 00:00:00 2001
From: Pranav Salunke <dguitarbite@gmail.com>
Date: Wed, 3 Sep 2014 02:18:10 +0530
Subject: [PATCH] Move cinder volumes to compute node

Moving cinder volumes to compute node for better performance. This
will also reduce the load on the networks as the volume drive to be
attached will work on the same node as the VM instances are launched.

Change-Id: Ibc4c5b371882e71c30a1c5ee4517e6b5f93daf13
---
 labs/config/scripts.compute    | 1 +
 labs/config/scripts.controller | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/config/scripts.compute b/labs/config/scripts.compute
index ab905a65..bb14f52f 100644
--- a/labs/config/scripts.compute
+++ b/labs/config/scripts.compute
@@ -7,5 +7,6 @@ osbash enable_vagrant_ssh_keys.sh
 cmd snapshot_cycle "network_configured"
 scripts setup_nova_compute.sh
 scripts setup_neutron_compute.sh
+scripts setup_cinder_volumes.sh
 cmd snapshot_cycle "pre-installed"
 cmd boot
diff --git a/labs/config/scripts.controller b/labs/config/scripts.controller
index 3418ceea..b48dec27 100644
--- a/labs/config/scripts.controller
+++ b/labs/config/scripts.controller
@@ -17,7 +17,6 @@ cmd snapshot_cycle "nova-controller_installed"
 scripts setup_neutron_controller.sh
 cmd snapshot_cycle "neutron-controller_installed"
 scripts setup_cinder_controller.sh
-scripts setup_cinder_volumes.sh
 cmd snapshot_cycle "cinder_installed"
 scripts setup_horizon.sh
 cmd snapshot_cycle "horizon_installed"