Monasca removal followup

A few minor fixes were noted in this review [1], and they
are addressed here.

TrivialFix

[1]: https://review.opendev.org/c/openstack/kolla-ansible/+/861392/

Change-Id: If30d9c2b48615dfb54edcb8d782c4c24b968ac4b
This commit is contained in:
Doug Szumski 2022-11-18 14:37:25 +00:00 committed by Michal Nasiadka
parent 8f6298c845
commit 04d3bb3666
2 changed files with 3 additions and 5 deletions

View File

@ -33,7 +33,7 @@
# Rename internal Fluent message field to match other logs. This removes # Rename internal Fluent message field to match other logs. This removes
# all other fields by default, including the original message field. This is # all other fields by default, including the original message field. This is
# intented to avoid duplication of the log message. Note that if this step # intended to avoid duplication of the log message. Note that if this step
# is moved to the format folder, then it will applied after the second step # is moved to the format folder, then it will applied after the second step
# below which will break the logic. # below which will break the logic.
<filter fluent.**> <filter fluent.**>

View File

@ -29,10 +29,8 @@ CloudKitty Collector backend
CloudKitty natively supports multiple collector backends. CloudKitty natively supports multiple collector backends.
By default Kolla Ansible uses the Gnocchi backend, By default Kolla Ansible uses the Gnocchi backend. Using data
however we also support using the following backend types: collected by Prometheus is also supported.
- ``prometheus`` - Use Prometheus metrics as dataset for cloudkitty to process.
The configuration parameter related to this option is The configuration parameter related to this option is
``cloudkitty_collector_backend``. ``cloudkitty_collector_backend``.