Switch to "nova" exchange.
Whoops. Was assuming a "monitor" exchange, but it's the "nova" exchange. Change-Id: Ib0b921bf92724693eaf666762022a5245af8ef11
This commit is contained in:
parent
72c8f298e4
commit
acd342b38a
@ -28,7 +28,7 @@ queues = monitor.info3,monitor.error3
|
|||||||
[consumer:monitor.info3]
|
[consumer:monitor.info3]
|
||||||
#apps = yagi.handler.shoebox_handler.ShoeboxHandler
|
#apps = yagi.handler.shoebox_handler.ShoeboxHandler
|
||||||
apps = winchester.yagi_handler.WinchesterHandler
|
apps = winchester.yagi_handler.WinchesterHandler
|
||||||
exchange = monitor
|
exchange = nova
|
||||||
exchange_type = topic
|
exchange_type = topic
|
||||||
routing_key = monitor.info
|
routing_key = monitor.info
|
||||||
durable = True
|
durable = True
|
||||||
@ -36,7 +36,7 @@ max_messages = 100
|
|||||||
|
|
||||||
[consumer:monitor.error3]
|
[consumer:monitor.error3]
|
||||||
apps = winchester.yagi_handler.WinchesterHandler
|
apps = winchester.yagi_handler.WinchesterHandler
|
||||||
exchange = monitor
|
exchange = nova
|
||||||
exchange_type = topic
|
exchange_type = topic
|
||||||
routing_key = monitor.error
|
routing_key = monitor.error
|
||||||
durable = True
|
durable = True
|
||||||
|
Loading…
Reference in New Issue
Block a user