karbor/karbor/api/schemas
jiaopengju ecc6b64f4a Add support to reset checkpoint state
Now when doing checkpoint copy failed, checkpoint
will be wait_copying status forever, and so we can
not do the restore anymore. So we should add an API
to support checkpoint status reset if we deeply knows
that the checkpoint is ok. This patch added API
support for doing checkpoint state reset.
Implements: bp checkpoint-status-reset

Change-Id: Iabaa98c9900fba554be2ad0833d438901e01147a
2018-12-03 14:02:01 +08:00
..
__init__.py jsonschema validation: base schema framework and plans API 2017-12-05 17:45:40 +08:00
checkpoints.py Add support to reset checkpoint state 2018-12-03 14:02:01 +08:00
copies.py Add jsonschema validation for karbor copies API 2017-12-27 11:49:06 +08:00
plans.py jsonschema validation: base schema framework and plans API 2017-12-05 17:45:40 +08:00
quota_classes.py Add jsonschema validation for karbor quotas API 2017-12-19 11:39:15 +08:00
quotas.py Add jsonschema validation for karbor quotas API 2017-12-19 11:39:15 +08:00
restores.py Add jsonschema validation for karbor restores API 2017-12-13 15:47:48 +08:00
scheduled_operations.py Add jsonschema validation for karbor scheduled operations API 2017-12-18 11:10:31 +08:00
triggers.py Add jsonschema validation for karbor triggers API 2017-12-15 15:16:47 +08:00
verifications.py Add jsonschema validation for karbor verification API 2017-12-19 10:39:52 +08:00