Switch to "nova" exchange.

Whoops. Was assuming a "monitor" exchange, but it's the "nova" exchange.

Change-Id: Ib0b921bf92724693eaf666762022a5245af8ef11
This commit is contained in:
Sandy Walsh 2015-02-06 11:03:27 -08:00
parent 72c8f298e4
commit acd342b38a
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ queues = monitor.info3,monitor.error3
[consumer:monitor.info3]
#apps = yagi.handler.shoebox_handler.ShoeboxHandler
apps = winchester.yagi_handler.WinchesterHandler
exchange = monitor
exchange = nova
exchange_type = topic
routing_key = monitor.info
durable = True
@ -36,7 +36,7 @@ max_messages = 100
[consumer:monitor.error3]
apps = winchester.yagi_handler.WinchesterHandler
exchange = monitor
exchange = nova
exchange_type = topic
routing_key = monitor.error
durable = True