The zaqar.conf configuration file is an INI file format as explained in Configuration file format.
This file is located in /etc/zaqar. If there is a file zaqar.conf in ~/.zaqar directory, it is used instead of the one in /etc/zaqar directory. When you manually install the Message service, you must generate the zaqar.conf file using the config samples generator located inside Zaqar installation directory and customize it according to your preferences.
To generate the sample configuration file zaqar/etc/zaqar.conf.sample:
# pip install tox
$ cd zaqar
$ tox -e genconfig
Where zaqar is your Message service installation directory.
Then copy Message service configuration sample to the directory /etc/zaqar:
# cp etc/zaqar.conf.sample /etc/zaqar/zaqar.conf
For a list of configuration options, see the tables in this guide.
Important
Do not specify quotes around configuration options.
Configuration options are grouped by section. Message service configuration file supports the following sections:
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.