drop notifications_designate, add missing section

A separate topic has been used for nova, neutron -> designate. Let's use
a single one instead.

Change-Id: I709a6aca1843918a67d43bc4808a0013168fbc55
Closes-Bug: #1710831
This commit is contained in:
Dmitrii Shcherbakov 2017-11-17 14:59:50 +03:00 committed by James Page
parent 04735bccb8
commit 1879b16ea5
2 changed files with 0 additions and 12 deletions

View File

@ -20,12 +20,6 @@ debug = {{ options.debug }}
# Log directory
#logdir = /var/log/designate
# Driver used for issuing notifications
notification_driver = messaging
# Notification Topics
notification_topics = notifications_designate
# Use "sudo designate-rootwrap /etc/designate/rootwrap.conf" to use the real
# root filter facility.
# Change to "sudo" to skip the filtering and just run the comand directly
@ -38,11 +32,6 @@ notification_topics = notifications_designate
# RabbitMQ Config
#-----------------------
{% include "parts/section-rabbitmq-oslo" %}
#rabbit_userid = guest
#rabbit_password = guest
#rabbit_virtual_host = /
#rabbit_use_ssl = False
#rabbit_hosts = 127.0.0.1:5672
########################
## Service Configuration

View File

@ -1,7 +1,6 @@
{% if options.nova_domain_id %}
[handler:nova_fixed]
zone_id = {{ options.nova_domain_id }}
notification_topics = notifications_designate
control_exchange = 'nova'
format = '{{ options.nova_record_format }}'
{% endif %}