Client cli and Library for Freezer API and storages media
Go to file
Ruslan Aliev 9b5458e504 Support upper-constraints in tox.ini
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
2016-11-28 20:40:22 +03:00
doc Python freezer client 2016-03-18 13:40:01 +00:00
freezerclient Achieve a consistent style output 2016-11-19 15:07:54 +08:00
releasenotes/source Merge "Enable releasenotes translation" 2016-11-14 13:32:42 +00:00
tools Support upper-constraints in tox.ini 2016-11-28 20:40:22 +03:00
.gitignore Added releasenotes 2016-10-10 10:15:07 +00:00
.gitreview .gitreview updated to point new repo 2016-03-23 13:29:49 +00:00
.pylintrc Python freezer client 2016-03-18 13:40:01 +00:00
.testr.conf Python freezer client 2016-03-18 13:40:01 +00:00
babel.cfg Python freezer client 2016-03-18 13:40:01 +00:00
CONTRIBUTING.rst Python freezer client 2016-03-18 13:40:01 +00:00
HACKING.rst Filter jobs by client and/or custom filters 2016-10-06 10:37:13 +00:00
LICENSE Python freezer client 2016-03-18 13:40:01 +00:00
MANIFEST.in Python freezer client 2016-03-18 13:40:01 +00:00
README.rst Adding some statistics to python-freezerclient 2016-10-13 15:18:28 +00:00
requirements.txt Updated from global requirements 2016-11-16 22:15:59 +00:00
setup.cfg Bump version to 2.0.0 2016-03-21 10:07:20 +00:00
setup.py Updated from global requirements 2016-10-15 00:11:49 +00:00
test-requirements.txt Updated from global requirements 2016-11-14 11:34:04 +00:00
tox.ini Support upper-constraints in tox.ini 2016-11-28 20:40:22 +03:00

Python bindings to the OpenStack Backup/Restore API (Freezer)

Latest Version

Downloads

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.