aodh/doc/source/configuration.rst
Julien Danjou 4570e42803 Remove deprecated non-SQL drivers
Change-Id: I1eb890fe422718e986bb92139a023868bace7d96
2016-10-13 15:21:58 +02:00

1.6 KiB

Configuration

Aodh Sample Configuration File

Configure Aodh by editing /etc/aodh/aodh.conf.

No config file is provided with the source code, it will be created during the installation. In case where no configuration file was installed, one can be easily created by running:

oslo-config-generator --config-file=/etc/aodh/aodh-config-generator.conf \
    --output-file=/etc/aodh/aodh.conf

The following is a sample Aodh configuration for adaptation and use. It is auto-generated from Aodh when this documentation is built, and can also be viewed in file form.

Note

As a developer, with full development tools, you can create a sample configuration file from any branch or commit. Just checkout to that branch or commit, run tox -e genconfig, then etc/aodh/aodh.conf will be generated.

_static/aodh.conf.sample