72c77f907b
Change-Id: Ic45e2af8738a184069e8b8cc4c2354443d84dcba
59 lines
1.0 KiB
Django/Jinja
59 lines
1.0 KiB
Django/Jinja
|
|
router {
|
|
mode: standalone
|
|
id: Router.A
|
|
workerThreads: 4
|
|
saslConfigPath: /etc/sasl2
|
|
saslConfigName: qdrouterd
|
|
}
|
|
|
|
listener {
|
|
host: {{ api_interface_address }}
|
|
port: {{ qdrouterd_port }}
|
|
role: normal
|
|
authenticatePeer: no
|
|
}
|
|
|
|
address {
|
|
prefix: unicast
|
|
distribution: closest
|
|
}
|
|
address {
|
|
prefix: exclusive
|
|
distribution: closest
|
|
}
|
|
address {
|
|
prefix: broadcast
|
|
distribution: multicast
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/rpc/multicast
|
|
distribution: multicast
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/rpc/unicast
|
|
distribution: closest
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/rpc/anycast
|
|
distribution: balanced
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/notify/multicast
|
|
distribution: multicast
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/notify/unicast
|
|
distribution: closest
|
|
}
|
|
address {
|
|
prefix: openstack.org/om/notify/anycast
|
|
distribution: balanced
|
|
}
|
|
|
|
log {
|
|
module: DEFAULT
|
|
enable: info+
|
|
output: /var/log/kolla/qdrouterd/qdrouterd.log
|
|
}
|