From 04d3bb366674921dc38004b18e2acdfb663d899c Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Fri, 18 Nov 2022 14:37:25 +0000 Subject: [PATCH] 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 --- .../templates/conf/filter/00-record_transformer.conf.j2 | 2 +- doc/source/reference/rating/cloudkitty-guide.rst | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ansible/roles/common/templates/conf/filter/00-record_transformer.conf.j2 b/ansible/roles/common/templates/conf/filter/00-record_transformer.conf.j2 index 34d1e07466..ffdf37c27b 100644 --- a/ansible/roles/common/templates/conf/filter/00-record_transformer.conf.j2 +++ b/ansible/roles/common/templates/conf/filter/00-record_transformer.conf.j2 @@ -33,7 +33,7 @@ # Rename internal Fluent message field to match other logs. This removes # 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 # below which will break the logic. diff --git a/doc/source/reference/rating/cloudkitty-guide.rst b/doc/source/reference/rating/cloudkitty-guide.rst index 18ba142d7c..0af3aca3ba 100644 --- a/doc/source/reference/rating/cloudkitty-guide.rst +++ b/doc/source/reference/rating/cloudkitty-guide.rst @@ -29,10 +29,8 @@ CloudKitty Collector backend CloudKitty natively supports multiple collector backends. -By default Kolla Ansible uses the Gnocchi backend, -however we also support using the following backend types: - -- ``prometheus`` - Use Prometheus metrics as dataset for cloudkitty to process. +By default Kolla Ansible uses the Gnocchi backend. Using data +collected by Prometheus is also supported. The configuration parameter related to this option is ``cloudkitty_collector_backend``.