From 697354c288df060c383d49d5396cc1fd3bcf0ba4 Mon Sep 17 00:00:00 2001 From: Cedric Brandily Date: Tue, 9 Feb 2016 00:01:16 +0100 Subject: Allow to use project_name in handler formats This change enables project name use in nova_fixed/neutron notification handler formats through %(project)s Change-Id: I648641ed3de143b1228e0933fdee1d51f3cb3b83 --- etc/designate/designate.conf.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/designate/designate.conf.sample b/etc/designate/designate.conf.sample index 315a36b4..5df0aff9 100644 --- a/etc/designate/designate.conf.sample +++ b/etc/designate/designate.conf.sample @@ -389,6 +389,7 @@ debug = False #notification_topics = notifications #control_exchange = 'nova' #format = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s' +#format = '%(hostname)s.%(project)s.%(domain)s' #format = '%(hostname)s.%(domain)s' #------------------------ @@ -400,6 +401,7 @@ debug = False #notification_topics = notifications #control_exchange = 'neutron' #format = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s' +#format = '%(hostname)s.%(project)s.%(domain)s' #format = '%(hostname)s.%(domain)s' ############################# -- cgit v1.2.1