[openstack-dev] [designate] How sink works?

George Shuklin george.shuklin at gmail.com
Tue Apr 1 16:29:27 UTC 2014


Good day.

Playing with designate (powerdns @ mysql). It works fine with CRUD 
operations with domains, but I stuck at sink configuration. Even with 
debug=True nothing happens when instances creating of float ip assigning.

My configuration:

(skip)
rabbit_userid = guest
rabbit_password = pass
rabbit_virtual_host = /
rabbit_hosts = rabbit:5672
rabbit_host = rabbit:5672

[service:sink]
enabled_notification_handlers = nova_fixed, neutron_floatingip

[handler:nova_fixed]
domain_id =8f27151d-e062-478d-90b6-6b0d39bd6d28
notification_topics = monitor
control_exchange = 'nova'
format = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s'

[handler:neutron_floatingip]
domain_id = 99f5e38a-a3b5-11e3-a929-2b6eca8315fc
notification_topics = monitor
control_exchange = 'neutron'
format = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s'


Both domains exist.

Why nothing is written when new instances are created? Thanks.



More information about the OpenStack-dev mailing list