1ede03ba2c
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
510 B
510 B
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:
cloudkitty.storage.v2.BaseStorage
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.