From cb33a269af559d08b2b32f2d9dd9702ca1fec8e9 Mon Sep 17 00:00:00 2001 From: Stanislaw Bogatkin Date: Thu, 27 Nov 2014 16:45:49 +0300 Subject: [PATCH] Change role to cinder We slightly miss that fact than cinder should connect to GlusterFS from node which hosts openstack-cinder-volume service. In our case it is not controller, but cinder node. So, we just change that role in tasks.yaml. Change-Id: Idb055b34e394154bfb2fe1f24ec28edb8a320450 Closes-Bug: #1396996 --- tasks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks.yaml b/tasks.yaml index ae3169b..914ddca 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -1,5 +1,5 @@ -# Deployment is required for controllers -- role: ['controller'] +# Deployment is required for cinder nodes +- role: ['cinder'] stage: post_deployment type: puppet parameters: