Client cli and Library for Freezer API and storages media
Go to file
Andreas Jaeger 2a8a8dc3cd Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I8edb19b7855f8ed108566b13ce0a277a2073e3a2
2020-05-22 17:21:28 +00:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-22 17:21:28 +00:00
freezerclient Use unittest.mock instead of third party mock 2020-04-19 22:10:23 +08:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-22 17:21:28 +00: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 Python3 victoria unit tests 2020-04-11 18:47:52 +00: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 Switch to newer openstackdocstheme and reno versions 2020-05-22 17:21:28 +00:00
requirements.txt Update json module to jsonutils 2019-02-21 11:00:16 +00:00
setup.cfg Cleanup py27 support 2020-04-04 16:45:36 +02:00
setup.py Cleanup py27 support 2020-04-04 16:45:36 +02:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-04-19 22:10:23 +08:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2019-12-15 01:15:05 +00: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.