Commit Graph

3 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
Chuck Short 3f665f3309 py36: Fix unit tests
Unit tests were only working on py35 and not py36, this is because
the unit test in test_api_validations were only checking for
py35. Use the six library to detect the python version used.

Change-Id: Iab10228e911a9efc0e18b04667596342ee949642
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-09-22 06:53:52 +00:00
chenying 84f83a3d70 jsonschema validation: base schema framework and plans API
This patch adds a base jsonschema framework which will be used
by other subsequent patches for adding jsonschema validation
support for Karbor V1 APIs.
This patch adds jsonschema validation for Karbor Plans API.

This patch follows the Cinder-Schema-framework:
https://github.com/openstack/cinder/tree/master/cinder/api/validation

Change-Id: I5a552f33608a924b0a410fdf1b83b7f5c4759aae
Partial-Implements: bp karbor-json-schema-validation
2017-12-05 17:45:40 +08:00