Client cli and Library for Freezer API and storages media
Go to file
gengchc2 1dae9c1d42 Correct search opt param in SessionList
There are differences between session and other tables(
job, atcion, backup, client):
for example:
--search '{"match": [{"id": "820e30c284fb4d"}]}'
1.It is coversed to '{"match": [{"id": "820e30c284fb4d"}]}'
  in session
2.It is coversed to {'match': [{'_all': '{"match":
  [{"id": "820e30c284fb4d"}]}}]}' in other talbes
It can lead to mistakes:
ERROR freezer-api   File "/opt/stack/freezer-api/freezer_api/
storage/elasticv2.py", line 47, in get_base_search_filter
ERROR freezer-api     match_list = [{"match": m} for m
in search.get('match', [])]
 ERROR freezer-api AttributeError: 'unicode' object
 has no attribute 'get'
Change-Id: Id9b918208caef1f3b6d31e780a951b0ab6f5e98f
2018-11-26 01:21:33 +00:00
doc Remove "--os-identity-api-version" argument 2018-10-19 07:40:41 -04:00
freezerclient Correct search opt param in SessionList 2018-11-26 01:21:33 +00:00
releasenotes Update reno for stable/queens 2018-02-01 17:42:15 +00:00
.gitignore Switch to stestr 2018-07-10 14:56:44 +07: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
.stestr.conf Switch to stestr 2018-07-10 14:56:44 +07:00
.zuul.yaml Add freezer-tempest-client job as check/gate test job 2018-10-20 04:37:22 -04: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
lower-constraints.txt fix tox python3 overrides 2018-08-21 09:41:07 -04:00
README.rst Add release note link in README 2018-06-28 08:35:56 +08:00
requirements.txt Updated from global requirements 2018-03-04 10:24:43 +00:00
setup.cfg Follow the new PTI for document build 2018-03-28 17:07:26 +00:00
setup.py Updated from global requirements 2017-03-02 11:54:19 +00:00
test-requirements.txt fix tox python3 overrides 2018-08-21 09:41:07 -04:00
tox.ini Update min tox version to 2.0 2018-11-05 19:26:14 +07:00

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.