REST API interface for Freezer backup, restore and disaster recovery platform
Go to file
Hervé Beraud 355c68fb94 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I2728250b2646af93c65ac7f18dbf7600fe5a286c
2020-06-02 20:13:25 +02:00
api-ref/source Add search option for list query 2018-11-29 08:47:09 +00:00
config-generator Part 1: Implement Sqlalchemy driver for freezer-api 2018-02-19 11:12:38 +00:00
devstack Update devstack doc 2019-11-14 03:30:04 -08:00
doc Cleanup py27 support 2020-04-13 16:41:33 +02:00
etc/freezer modify document for api version v1 support for sql driver 2018-11-01 18:57:09 -07:00
freezer_api Stop to use the __future__ module. 2020-06-02 20:13:25 +02:00
playbooks/legacy Switch openSUSE jobs to 15 2019-08-19 09:40:57 +00:00
releasenotes Update master for stable/ussuri 2020-04-22 13:10:03 +00:00
specs Use UUID as backup_id parameter 2016-11-28 15:10:03 +03:00
.coveragerc Switch to testr from pytest 2016-02-28 10:37:21 +00:00
.gitignore Part 1: Implement Sqlalchemy driver for freezer-api 2018-02-19 11:12:38 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:32 +00:00
.pylintrc Upgrade pylint to a new version that works with python3.7 2019-10-30 21:34:11 -04:00
.testr.conf Switch to testr from pytest 2016-02-28 10:37:21 +00:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-22 13:10:04 +00:00
LICENSE Updated LICENSE file and headers 2015-11-09 16:13:30 +00:00
README.rst Update api-ref location 2019-07-30 09:38:57 +02:00
bindep.txt Use bindep to define binary deps 2017-04-04 22:57:58 +00:00
lower-constraints.txt tox: Keeping going with docs 2020-04-29 09:25:28 +08:00
requirements.txt Remove six usage from freezer_api package 2020-01-22 02:14:39 -08:00
setup.cfg Cleanup py27 support 2020-04-13 16:41:33 +02:00
setup.py Cleanup py27 support 2020-04-13 16:41:33 +02:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:23:14 -05:00
tox.ini tox: Keeping going with docs 2020-04-29 09:25:28 +08:00

README.rst

Team and repository tags

image

OpenStack Freezer-API

OpenStack Freezer-api is a RESTFUL API to Store information and metadata about Backups, Jobs, Clients, Sessions. It helps keeping backup/restore jobs organized and maintain the status of the backups.

To learn how to use Freezer's API, consult the documentation available online at:

For more information on OpenStack APIs, SDKs and CLIs in general, refer to:

Operators

To learn how to deploy and configure OpenStack Freezer, consult the documentation available online at:

In the unfortunate event that bugs are discovered, they should be reported to the appropriate bug tracker. If you obtained the software from a 3rd party operating system vendor, it is often wise to use their own bug tracker for reporting problems. In all other cases use the master OpenStack bug tracker, available at:

Developers

Any new code must follow the development guidelines detailed in the HACKING.rst file and OpenStack general development guidelines, and pass all unit tests.

Further developer focused documentation is available at:

Other Information

During each Summit and Project Team Gathering, we agree on what the whole community wants to focus on for the upcoming release. The plans for freezer can be found at: