master
Each manager class is initialized from the object, which means that some logic, like endpoint defenition, is duplicated over all managers. In order to solve that, and also efficiently refactor endpoint defenition for being a property, base manager class is being introduced. Regarding the endpoint defenition, right now it is constructed statically on client init. While this does work, it may result in an unexpected behavior, when client is being re-used. To be more error-prone, it's construction moved to a property. Assisted-By: Gemini 3.1 Change-Id: I3e163accffb34ab3ef36b7eec0c309e1af03a67a Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
Python bindings to the OpenStack Backup/Restore API (Freezer)
This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API.
Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- How to Contribute
Description
Languages
Python
100%