Use lowercase priority in notifications topic
This commit is contained in:
parent
4000eec07c
commit
54d875bcac
@ -39,6 +39,7 @@ class MessagingDriver(notifier._Driver):
|
|||||||
self.envelope = envelope
|
self.envelope = envelope
|
||||||
|
|
||||||
def notify(self, ctxt, message, priority):
|
def notify(self, ctxt, message, priority):
|
||||||
|
priority = priority.lower()
|
||||||
for topic in self.topics:
|
for topic in self.topics:
|
||||||
target = messaging.Target(topic='%s.%s' % (topic, priority))
|
target = messaging.Target(topic='%s.%s' % (topic, priority))
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user