File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,13 @@ storage backend. Set the following in ``kolla.yml``:
2222 kolla_enable_influxdb : false
2323
2424 Set Prometheus as the backend for both the collector and fetcher, and
25- Elasticsearch as the storage backend. Note that our fork of CloudKitty is
26- patched so that the CloudKitty Elasticsearch V2 storage backend will also work
27- with an OpenSearch cluster. Proper support for the V2 OpenSearch storage
28- backend is still pending in Kolla-Ansible `here
29- <https://review.opendev.org/c/openstack/kolla-ansible/+/898555> `__. Set the
30- following in ``kolla/globals.yml ``:
25+ OpenSearch as the storage backend. Set the following in ``kolla/globals.yml ``:
3126
3227.. code-block :: yaml
3328
3429 cloudkitty_collector_backend : prometheus
3530 cloudkitty_fetcher_backend : prometheus
36- cloudkitty_storage_backend : elasticsearch
31+ cloudkitty_storage_backend : opensearch
3732
3833 The default collection period is one hour, which is likely too long for most
3934systems as CloudKitty charges by the **entire ** collection period if any usage
You can’t perform that action at this time.
0 commit comments