aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--puppet/controller.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml
index bdb124c6..906e35cf 100644
--- a/puppet/controller.yaml
+++ b/puppet/controller.yaml
@@ -1163,10 +1163,11 @@ resources:
ceilometer_coordination_url:
list_join:
- ''
- - - 'redis://'
- - {get_param: RedisVirtualIPUri}
- - ':6379/?password='
+ - - 'redis://:'
- {get_param: RedisPassword}
+ - '@'
+ - {get_param: RedisVirtualIPUri}
+ - ':6379/'
ceilometer_dsn:
list_join:
- ''