diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-22 21:35:02 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-22 21:35:02 +0000 |
commit | 2d8e5ae6fc5c398a6a82eba5e8c0087bbb7a0d74 (patch) | |
tree | 858389ba721e69b84564113522fbeb92dc33672b | |
parent | 424df742367103271ee2f7d6fe4936bdf3b99827 (diff) | |
parent | 042b485c342dc48521b0782b7945d8cfee11f1ca (diff) |
Merge "Fix redis coordination url"
-rw-r--r-- | puppet/controller.yaml | 7 |
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: - '' |