Client cli and Library for Freezer API and storages media
Go to file
caihui a9258e12f6 Upgrade pylint&astroid to a version that works with python3.7
1. Astroid and pylint are tightly coupled,so both versions should be specified for python3.7

2. A few rules are added to the ignore list in .pylintrc

Change-Id: Ice65c8fa94a2de2c0365ec5ab710d93675aacbb9
2019-10-29 06:43:33 -04:00
doc Blacklist sphinx 2.1.0 (autodoc bug) 2019-07-30 16:51:26 +08:00
freezerclient result is different from comments 2019-10-10 20:56:20 -07:00
releasenotes Bump the openstackdocstheme extension to 1.20 2019-07-01 16:58:40 +08:00
.gitignore Switch to stestr 2018-07-10 14:56:44 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:22 +00:00
.pylintrc Upgrade pylint&astroid to a version that works with python3.7 2019-10-29 06:43:33 -04:00
.stestr.conf Switch to stestr 2018-07-10 14:56:44 +07:00
.zuul.yaml Add Python 3 Train unit tests 2019-06-24 09:27:08 -04:00
CONTRIBUTING.rst Update the bugs link to storyboard 2018-12-31 12:22:37 +00:00
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 Replace git.openstack.org URLs with opendev.org URLs 2019-06-12 10:22:16 +08: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
lower-constraints.txt Upgrade pylint&astroid to a version that works with python3.7 2019-10-29 06:43:33 -04:00
requirements.txt Update json module to jsonutils 2019-02-21 11:00:16 +00:00
setup.cfg Add python3.7 unit test job 2019-06-05 03:21:24 -04:00
setup.py Updated from global requirements 2017-03-02 11:54:19 +00:00
test-requirements.txt Upgrade pylint&astroid to a version that works with python3.7 2019-10-29 06:43:33 -04:00
tox.ini Add Python 3 Train unit tests 2019-06-24 09:27:08 -04:00

README.rst

Team and repository tags

image

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

Latest Version

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.