Client cli and Library for Freezer API and storages media
9b5458e504
Update tox.ini to use upper constraints. Since python-freezerclient is itself listed in upper-constraints.txt we need to add some workaround. tox-install.sh was copied from python-neutronclient [1]. [1] http://git.openstack.org/cgit/openstack/python-neutronclient/tree/tools/tox_install.sh Change-Id: I9fb37f1bc103e487e139087125058ef63a26efd1 Closes-Bug: #1644612 |
||
---|---|---|
doc | ||
freezerclient | ||
releasenotes/source | ||
tools | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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