Merge "Add cinder-backup service as role"
[apex-tripleo-heat-templates.git] / puppet / services / ceilometer-agent-central.yaml
index 80f656d..a51ec2d 100644 (file)
@@ -13,10 +13,6 @@ parameters:
     description: The password for the redis service account.
     type: string
     hidden: true
-  RedisVirtualIPUri:
-    type: string
-    default: ''
-
 
 resources:
   CeilometerServiceBase:
@@ -38,7 +34,7 @@ outputs:
                 - - 'redis://:'
                   - {get_param: RedisPassword}
                   - '@'
-                  - {get_param: RedisVirtualIPUri}
+                  - "%{hiera('redis_vip')}"
                   - ':6379/'
       step_config: |
         include ::tripleo::profile::base::ceilometer::agent::central