/etc/maas/txlongpoll.yaml is in maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ##
## txlongpoll configuration.
##
## The front-end service.
#
frontend:
## The port on which to serve.
port: 5242
## If specified, queue names requested must have the given prefix.
# prefix:
## OOPS configuration.
#
oops:
## Directory in which to place OOPS reports. Must not contain any files
# or directories other than what the oops machinery creates there.
#
# directory: ""
directory: "/var/log/maas/oops"
## The reporter used when generating OOPS reports.
# reporter: "LONGPOLL"
reporter: "maas-txlongpoll"
## Message broker configuration.
#
broker:
host: "localhost"
port: 5672
username: "maas_longpoll"
password: "maaslongpoll"
vhost: "/maas_longpoll"
## Where to log. This log can be rotated by sending SIGUSR1 to the
## running server.
#
# logfile: "txlongpoll.log"
logfile: "/var/log/maas/txlongpoll.log"
|