aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/pacemaker/cinder-volume.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2016-07-28 10:30:10 +0100
committerSteven Hardy <shardy@redhat.com>2016-07-28 16:31:36 +0100
commit7df649f59e3cb3d0b811b526b4fdb000337e01de (patch)
tree1d32d2dbd5b66a26ed949e05a918d207c45843e8 /puppet/services/pacemaker/cinder-volume.yaml
parentfc93cf3e2965f430b243eda1e95ce30c4e59a1ab (diff)
Convert service_name to underscore syntax
Currently we use hyphens, e.g cinder-api, but in overcloud.yaml we have a lot of references to services (e.g for AllNodesConfig) by underscore, e.g cinder_api. To enable dynamic generation of this data, we need the service name in underscore format. Change-Id: Ief13dfe5d8d7691dfe2534ad5c39d7eacbcb6f70
Diffstat (limited to 'puppet/services/pacemaker/cinder-volume.yaml')
-rw-r--r--puppet/services/pacemaker/cinder-volume.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/pacemaker/cinder-volume.yaml b/puppet/services/pacemaker/cinder-volume.yaml
index 3e28039e..7b6e9a77 100644
--- a/puppet/services/pacemaker/cinder-volume.yaml
+++ b/puppet/services/pacemaker/cinder-volume.yaml
@@ -21,7 +21,7 @@ outputs:
role_data:
description: Role data for the Cinder Volume role.
value:
- service_name: cinder-volume
+ service_name: cinder_volume
config_settings:
map_merge:
- get_attr: [CinderVolumeBase, role_data, config_settings]