~libra-core/libra/master

« back to all changes in this revision

Viewing changes to etc/mnb.cfg

  • Committer: Monty Taylor
  • Date: 2015-10-17 20:03:27 UTC
  • Revision ID: git-v1:c7082fa72ac73b23b48ce63fc82aa7da2d3e5d6a
Retire stackforge/libra

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
########################################################################
2
 
# Config for oslo notifier
3
 
########################################################################
4
 
 
5
 
[DEFAULT]
6
 
# Options to enable more verbose output
7
 
verbose = true
8
 
debug = true
9
 
use_stderr = true
10
 
publish_errors = true
11
 
logfile = /tmp/libra.log
12
 
 
13
 
# Openstack
14
 
notification_driver = drivername
15
 
default_notification_level = INFO
16
 
default_publisher_id = lbaas
17
 
host = apiTest
18
 
 
19
 
# Kombu
20
 
rabbit_use_ssl = True
21
 
rabbit_host = localhost
22
 
rabbit_port = 5671 
23
 
rabbit_userid = user
24
 
rabbit_password = password
25
 
#rabbit_hosts = 
26
 
rabbit_virtual_host = vhost
27
 
rabbit_retry_interval = 1
28
 
rabbit_retry_backoff = 2
29
 
rabbit_max_retries = 0
30
 
rabbit_ha_queues = False
31
 
fake_rabbit = False
32
 
control_exchange = exchange
33
 
amqp_durable_queues = True
34
 
 
35
 
[admin_api]
36
 
billing_enable = True
37
 
exists_freq = 20
38
 
logfile = /tmp/libra_admin.log
39
 
db_sections = ''