cloudkitty/cloudkitty/tests/storage
Matt Crees 964c6704a2 Add OpenSearch as a v2 storage backend
To facilitate the switch from Elasticsearch to OpenSearch, the ES
backend has been duplicated and renamed where appropriate to OpenSearch.

The OpenSearch implementation was modified in places for compatibility
with OpenSearch 2.x, for example:

- remove mapping name from bulk API URL
- replace put_mapping by post_mapping

This will allow for the future removal of the Elasticsearch backend.

Change-Id: I88b0a30f66af13dad1bd75cde412d2880b4ead30
Co-Authored-By: Pierre Riteau <pierre@stackhpc.com>
2023-11-27 15:19:14 +01:00
..
v1 Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
v2 Add OpenSearch as a v2 storage backend 2023-11-27 15:19:14 +01:00
__init__.py Added unit tests for storage drivers 2015-11-27 05:49:40 +00:00