Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (270 Bytes)

1
# snf-cyclades-gtools settings
2

    
3
BACKEND_PREFIX_ID = "snf-"
4
EXCHANGE_GANETI = "ganeti"
5
PUBLIC_IPV6_PREFIX = "2001:db8::/64"
6

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