From 84ac85f56d2c55887c97772a29fe502224e786a2 Mon Sep 17 00:00:00 2001 From: Stanislaw Bogatkin Date: Thu, 27 Nov 2014 18:23:15 +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: I6eb8ae711fbf80bc09ae8b61ecabc20277f7470c Closes-Bug: #1396996 --- tasks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks.yaml b/tasks.yaml index 4126ee4..a826f47 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -1,5 +1,5 @@ -# This task is required for controllers only -- role: ['controller'] +# This task is required for cinder nodes +- role: ['cinder'] stage: post_deployment type: puppet parameters: