Client cli and Library for Freezer API and storages media
Go to file
Andreas Jaeger c6b7454ace Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: I52592965b7f15aeee0605d39d5038f045674be70
2017-12-02 17:02:36 +00:00
doc Update cli reference 2017-09-24 02:18:50 +01:00
freezerclient Fix guess auth version error 2017-09-07 12:32:07 +08:00
releasenotes Remove setting of version/release from releasenotes 2017-11-16 20:40:45 +01:00
.gitignore Freezerclient v2 2017-06-28 14:27:45 +01:00
.gitreview .gitreview updated to point new repo 2016-03-23 13:29:49 +00:00
.pylintrc Updated from global requirements 2017-06-07 12:43:03 +01: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
bindep.txt Use bindep to define binary deps 2017-04-04 23:20:14 +00:00
CONTRIBUTING.rst Replace http with https 2017-05-05 15:21:20 +05:30
HACKING.rst Update documentation URLs 2017-07-20 13:59:17 +08:00
LICENSE Python freezer client 2016-03-18 13:40:01 +00:00
README.rst Update documentation URLs 2017-07-20 13:59:17 +08:00
requirements.txt Updated from global requirements 2017-11-13 10:27:29 +00:00
setup.cfg Use pbr for version numbers 2017-07-01 11:23:54 +02:00
setup.py Updated from global requirements 2017-03-02 11:54:19 +00:00
test-requirements.txt Updated from global requirements 2017-11-16 11:23:28 +00:00
tox.ini Avoid tox_install.sh for constraints support 2017-12-02 17:02:36 +00:00

Team and repository tags

image

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.