Allow sink to create multiple entries per instance

There are a few situations where this may be useful, for
example simultaneous creation of

<hostname>.example.org
and
<instance-id>.example.org

The code already existed to clean up multiple entries for
a given host, so this change is pretty simple.

Co-Authored-By: Zhang Gengyuan <stanzgy@gmail.com>
Change-Id: I8a410107d970d079f757f9d22c44485856239517
This commit is contained in:
andrewbogott
2015-04-01 21:41:12 -05:00
committed by stanzgy
parent 48e96e1b70
commit 2a37061e57
6 changed files with 42 additions and 35 deletions

View File

@@ -220,6 +220,7 @@ debug = False
#notification_topics = notifications
#control_exchange = 'nova'
#format = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s'
#format = '%(hostname)s.%(domain)s'
#------------------------
# Neutron Floating Handler
@@ -230,6 +231,7 @@ debug = False
#notification_topics = notifications
#control_exchange = 'neutron'
#format = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s'
#format = '%(hostname)s.%(domain)s'
###################################
## Pool Manager Cache Configuration