Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-gtools / synnefo / ganeti / settings.py @ cc3f266e

History | View | Annotate | Download (233 Bytes)

1
# snf-cyclades-gtools settings
2

    
3
BACKEND_PREFIX_ID = "snf-"
4
EXCHANGE_GANETI = "ganeti"
5

    
6
# List of RabbitMQ endpoints
7
AMQP_HOSTS = ["amqp://username:password@host:port"]
8
# AMQP Backend Client. Currently only puka
9
AMQP_BACKEND = 'puka'