Client cli and Library for Freezer API and storages media
Go to file
qingszhao 13f0b40881 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ie805cac8258178f6ca0db32cca4b16b5eeded43d
Story: #2002586
Task: #24296
2018-09-11 08:41:20 +00:00
doc Use pbr for version numbers 2017-07-01 11:23:54 +02:00
freezerclient Fix creating freezer client with keystone auth session 2017-08-10 10:33:54 +00:00
releasenotes Switch to openstackdocstheme 2017-07-01 11:22:39 +02:00
.gitignore Freezerclient v2 2017-06-28 14:27:45 +01:00
.gitreview Update .gitreview for stable/pike 2017-07-28 21:06:43 +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
.zuul.yaml import zuul job settings from project-config 2018-09-11 08:41:20 +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
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
requirements.txt Updated from global requirements 2017-08-11 19:04:59 +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-08-11 19:04:59 +00:00
tox.ini import zuul job settings from project-config 2018-09-11 08:41:20 +00:00

README.rst

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.