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
This commit is contained in:
Stanislaw Bogatkin 2014-11-27 16:45:49 +03:00
parent 751ebb1c0c
commit cb33a269af
1 changed files with 2 additions and 2 deletions

View File

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