Skip to content

Commit 7f778d1

Browse files
assumptionsandgAlex-Welsh
authored andcommitted
Update CloudKitty docs to use OpenSearch
1 parent 0bc84e3 commit 7f778d1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

doc/source/configuration/cloudkitty.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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
3934
systems as CloudKitty charges by the **entire** collection period if any usage

0 commit comments

Comments
 (0)