
Do not include ceilometer.conf.sample since PDF building fails with the large file. This fix PDF building of openstack-tox-docs job. Change-Id: Idaf811f71bab0b49de5b68a6a69a7872cb481ffb
27 lines
901 B
ReStructuredText
27 lines
901 B
ReStructuredText
.. _configuring:
|
|
|
|
================================
|
|
Ceilometer Configuration Options
|
|
================================
|
|
|
|
Ceilometer Sample Configuration File
|
|
====================================
|
|
|
|
Configure Ceilometer by editing /etc/ceilometer/ceilometer.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/ceilometer/ceilometer-config-generator.conf \
|
|
--output-file=/etc/ceilometer/ceilometer.conf
|
|
|
|
.. only:: html
|
|
|
|
The following is a sample Ceilometer configuration for adaptation and use.
|
|
It is auto-generated from Ceilometer when this documentation is built, and
|
|
can also be viewed in `file form <_static/ceilometer.conf.sample>`_.
|
|
|
|
.. literalinclude:: ../_static/ceilometer.conf.sample
|