Revision 32ef827c

b/settings.d/15-queues.conf
67 67

  
68 68
    QUEUE_GANETI_EVENTS_OP = "%s-events-op" % prefix
69 69
    QUEUE_GANETI_EVENTS_NET = "%s-events-net" % prefix
70
    QUEUE_CRON_CREDITS = "credits"
70
    QUEUE_CRON_CREDITS = "%s-credits" % prefix
71 71
    QUEUE_EMAIL = "%s-email" % prefix
72
    QUEUE_RECONC = "reconciliation"
72
    QUEUE_RECONC = "%s-reconciliation" % prefix
73 73
    if DEBUG is True:
74 74
        QUEUE_DEBUG = "debug"       # Debug queue, retrieves all messages
75 75

  
......
89 89
    DB_HANDLER_KEY_OP ='ganeti.%s.event.op' % prefix 
90 90
    # notifications of type "ganeti-net-status"
91 91
    DB_HANDLER_KEY_NET ='ganeti.%s.event.net' % prefix
92
    # notifications of type "email"
93
    EMAIL_HANDLER_KEY = '*.email.%s.*' % prefix
94 92

  
95 93
    BINDINGS = [
96 94
    # Queue                     # Exchange          # RouteKey              # Handler

Also available in: Unified diff