Add the following to allow plugin verbosity to be configured separately
- Add COLLECTD_GNOCCHI_VERBOSE
- Add COLLECTD_AODH_VERBOSE
- Set both default to the same value of what
COLLECTD_CEILOMETER_VERBOSE
- Update documentation
- Make changes to sample local.conf file
Change-Id: Ie072cdb42f6075860dbcb5fdab96f3f160139ec2
Closes-Bug: #1676489
8 lines
386 B
YAML
8 lines
386 B
YAML
---
|
|
fixes:
|
|
- Fixes 'bug 1676489 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1676489'
|
|
Added new variables COLLECTD_GNOCCHI_VERBOSE and COLLECTD_AODH_VERBOSE, that now allow
|
|
the verbosity of the plugins to be configured separately. They default to the same value
|
|
as COLLECTD_CEILOMETER_VERBOSE. Included information on the
|
|
verbosity options in usage.rst.
|