Commit Graph

6 Commits

Author SHA1 Message Date
Kendall Nelson 353f75eca0 Retire Karbor
As announced on the openstack-discuss ML[1], Karbor is retiring
this cycle (Wallaby).

This commit retires this repository as per the process defined in
the project-guide[2].

Thank you to all the contributors of Karbor for your hard work!

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html
[2] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository

Depends-On: https://review.opendev.org/c/openstack/project-config/+/767030
Change-Id: I972ffb299f93863c4e34b1f504b002095661e6af
2020-12-21 11:51:02 -08:00
jiaopengju 28fabef6ec Remove invalid exception catching
List operation of verifications will never raise VerificationNotFound
exception in _get_all method, we should remove it to normalize the
error code.

Change-Id: Ia1a6345b1e38b9ccc4246d2d39d11cc8e537cb4e
2019-11-12 16:04:12 +08:00
helei 18dcda1ee0 Remove redundant limit param check in API
limit param has been checked in get_pagination_params
method before calling _get_all method

Change-Id: I987f88981bcca7219142aeed4a8c730832f00348
2018-11-28 10:55:44 +00:00
chenying 947dc8f982 Remove repetitive body schema check for karbor API
Change-Id: Ifa669b0ef07871dc84eb5db973a2d4a017887a04
Partial-Implements: bp karbor-json-schema-validation
2017-12-26 20:27:20 +08:00
chenying 4ad7447e43 Add jsonschema validation for karbor verification API
Change-Id: I85d4c249b03e4d80b946f7b8c2a3af689c9577d3
Partial-Implements: bp karbor-json-schema-validation
2017-12-19 10:39:52 +08:00
chenying 22ed8a9d9f Add verification API for Karbor
Add VerificationsController to Karbor API. The verify action
of the volume backup plugin is introduced in this patch.
The verify aciton of other plugins will be introduced later.

Implements: blueprint support-verify-the-checkpoint-api
Change-Id: I2fb36fe836b23519aaf0a5219b4404f819f0dc36
2017-10-23 10:33:45 +08:00