From 0157445c7bdd9abf8ac87996d708794388e4fdd7 Mon Sep 17 00:00:00 2001 From: Samuel Matzek Date: Wed, 26 Jul 2017 11:31:08 -0500 Subject: [PATCH] Fix notification configuration Remove the exists_notification_ticks conf setting that was removed from Trove 2 years ago. Remove the exists_notification_transformer setting which enables an optional function which has been broken since Ocata per bug 1700586. Change-Id: If9fd396d14907d4f88065ac34f671b3370a1ffa7 Related-Bug: #1700586 --- templates/trove-taskmanager.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/trove-taskmanager.conf.j2 b/templates/trove-taskmanager.conf.j2 index 639e83d..e9b7ecc 100644 --- a/templates/trove-taskmanager.conf.j2 +++ b/templates/trove-taskmanager.conf.j2 @@ -50,8 +50,6 @@ default_neutron_networks = {{ trove_service_net_id }} heat_service_type = orchestration # Notifications -exists_notification_transformer = trove.extensions.mgmt.instances.models.NovaNotificationTransformer -exists_notification_ticks = 30 notification_service_id = mysql:2f3ff068-2bfb-4f70-9a9d-a6bb65bc084b # Trove DNS