cloudkitty/doc/source/developer/storage.rst
Luka Peschke 1ede03ba2c Delete v2 gnocchi storage
This is part of a global effort to clean up CloudKitty's
unmaintained codebase.

This storage backend was only present for development purposes,
and not production ready. A second v2 backend will be implemented
in the future, with support for HA/clustering.

Change-Id: Iab9d152d2851ca385e607d338c0a09b74ba7e3b3
Story: 2004400
Task: 28568
2019-02-01 16:53:05 +01:00

17 lines
510 B
ReStructuredText

====================
Storage backend (v2)
====================
.. warning:: This backend is considered unstable and should be used for
upstream development only.
In order to implement a storage backend for cloudkitty, you'll have to
implement the following abstract class:
.. autoclass:: cloudkitty.storage.v2.BaseStorage
:members:
You'll then need to register an entrypoint corresponding to your storage
backend in the ``cloudkitty.storage.v2.backends`` section of the ``setup.cfg``
file.