Merge "Use OS::Heat::DeployedServer"
[apex-tripleo-heat-templates.git] / puppet / services / gnocchi-base.yaml
index b5afd00..556baae 100644 (file)
@@ -68,14 +68,6 @@ outputs:
               - {get_param: [EndpointMap, MysqlInternal, host]}
               - '/gnocchi'
         gnocchi::db::sync::extra_opts: '--skip-storage --create-legacy-resource-types'
-        gnocchi::storage::coordination_url:
-          list_join:
-            - ''
-            - - 'redis://:'
-              - {get_param: RedisPassword}
-              - '@'
-              - "%{hiera('redis_vip')}"
-              - ':6379/'
         gnocchi::storage::swift::swift_user: 'service:gnocchi'
         gnocchi::storage::swift::swift_auth_version: 2
         gnocchi::storage::swift::swift_key: {get_param: GnocchiPassword}