From d720f22925d20f430fc64c8a809efc4bfc2b4038 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 30 Sep 2016 09:48:56 -0400 Subject: telemetry: remove coordination_url hiera settings They are now normalized and set in puppet-tripleo. Change-Id: I197481c577b85894178e7899a55869da47847755 Closes-Bug: #1629279 Depends-On: Ic6de09acf0d36ca90cc2041c0add1bc2b4a369a5 --- puppet/services/aodh-base.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'puppet/services/aodh-base.yaml') diff --git a/puppet/services/aodh-base.yaml b/puppet/services/aodh-base.yaml index 821c9571..0e2410f7 100644 --- a/puppet/services/aodh-base.yaml +++ b/puppet/services/aodh-base.yaml @@ -60,14 +60,6 @@ outputs: service_name: aodh_base config_settings: aodh_redis_password: {get_param: RedisPassword} - aodh::evaluator::coordination_url: - list_join: - - '' - - - 'redis://:' - - {get_param: RedisPassword} - - '@' - - "%{hiera('redis_vip')}" - - ':6379/' aodh::db::database_connection: list_join: - '' -- cgit 1.2.3-korg