Revision 5f62b4d4 snf-cyclades-app/synnefo/app_settings/default/queues.py

b/snf-cyclades-app/synnefo/app_settings/default/queues.py
3 3
# Queues, exchanges and bindings for AMQP
4 4
###########################################
5 5

  
6
# Rabbit work queue endpoint
7
RABBIT_HOST = "10.0.0.1:5672"
8
RABBIT_USERNAME = "rabbit-username"
9
RABBIT_PASSWORD = "rabbit-password"
10
RABBIT_VHOST = "/"
11
AMQP_HOSTS=["amqp://username:password@host:port"]
12
# AMQP Backend Client. One of: 'puka', 'haigha'
13
AMQP_BACKEND='puka'
6
# List of RabbitMQ endpoints
7
AMQP_HOSTS = ["amqp://username:password@host:port"]
8
# AMQP Backend Client. Currently only puka
9
AMQP_BACKEND = 'puka'
14 10

  
15 11
EXCHANGE_GANETI = "ganeti"  # Messages from Ganeti
16 12
EXCHANGE_CRON = "cron"      # Messages from periodically triggered tasks

Also available in: Unified diff