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
This commit is contained in:
Stanislaw Bogatkin 2014-11-27 18:23:15 +03:00
parent 35e6e51abf
commit 84ac85f56d
1 changed files with 2 additions and 2 deletions

View File

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