Revision b47b895d

b/snf-cyclades-app/synnefo/logic/dispatcher.py
146 146
    QUEUE_GANETI_BUILD_PROGR = "%s-events-progress" % prefix
147 147
    QUEUE_RECONC = "%s-reconciliation" % prefix
148 148
    if settings.DEBUG is True:
149
        QUEUE_DEBUG = "debug"       # Debug queue, retrieves all messages
149
        QUEUE_DEBUG = "%s-debug" % prefix  # Debug queue, retrieves all messages
150 150

  
151 151
    QUEUES = (QUEUE_GANETI_EVENTS_OP, QUEUE_GANETI_EVENTS_NET, QUEUE_RECONC,
152 152
              QUEUE_GANETI_BUILD_PROGR)

Also available in: Unified diff