From 45792d3c865149f2c94cef42b19c1385d7f7b0ee Mon Sep 17 00:00:00 2001 From: Dmitrii Shcherbakov Date: Fri, 17 Nov 2017 15:31:01 +0300 Subject: [PATCH] drop notifications_designate A separate topic has been used for nova, neutron -> designate. Let's use a single one instead. Change-Id: I17d0036f6dcbfd0e87849091e453d2a8b2bc498f Closes-Bug: #1710831 --- hooks/neutron_api_context.py | 1 - templates/liberty/neutron.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hooks/neutron_api_context.py b/hooks/neutron_api_context.py index 4a129a90..8a3b5e2d 100644 --- a/hooks/neutron_api_context.py +++ b/hooks/neutron_api_context.py @@ -53,7 +53,6 @@ ETC_NEUTRON = '/etc/neutron' NOTIFICATION_TOPICS = [ 'notifications', - 'notifications_designate' ] # Domain name validation regex which is used to certify that diff --git a/templates/liberty/neutron.conf b/templates/liberty/neutron.conf index d0d52aed..f631d0cc 100644 --- a/templates/liberty/neutron.conf +++ b/templates/liberty/neutron.conf @@ -12,7 +12,7 @@ state_path = /var/lib/neutron bind_host = {{ bind_host }} auth_strategy = keystone notification_driver = messaging -notification_topics = notifications,notifications_designate +notification_topics = notifications api_workers = {{ workers }} rpc_workers = {{ workers }}