Statistics
| Branch: | Tag: | Revision:

root / snf-ganeti-tools / test / test_settings.conf @ 45ebfd48

History | View | Annotate | Download (362 Bytes)

1
# Configuration file used for unit tests.
2
#
3
# The test loader should set os.environ["SYNNEFO_CONFIG_DIR"]
4
# to the directory containing this file.
5
#
6
RABBIT_HOST = "127.0.0.1:5672"
7
RABBIT_USERNAME = "rabbit-username"
8
RABBIT_PASSWORD = "rabbit-password"
9
RABBIT_VHOST = "/"
10
BACKEND_PREFIX_ID = "snf-"
11
EXCHANGE_GANETI = "ganeti"
12
PUBLIC_IPV6_PREFIX = "2001:db8::/64"