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
Sean McGinnis 3df667582c
Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: Ifd0d1b8aa419e39361e76a4f846cb4eeaf0d46ca
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-08-13 08:28:07 -05:00
jiaopengju 093e7dd08f Add verify action for volume backup by glance protection plugin
Change-Id: I5cf2f6d3fddf6f19df9e836cf76be8d3a1d21f47
Implements: blueprint support-verify-the-checkpoint-api
2018-11-22 22:54:17 +08:00
Gaëtan Trellu 089f9886b0 Not able to upload volume to image
upload_to_image() function should be updated when
client version is bigger than 3.1.

Without this we are not able to run this function:

   image = cinder_client.volumes.upload_to_image(
       volume=temporary_volume,
       force=True,
       image_name='temporary_image_of_{0}'.format(temporary_volume.id),
       container_format="bare",
       disk_format="raw"
   )

Change-Id: I825ad0d6f6c25e2d85c756e6148e73e7e298ef75
Closes-Bug: #1787399
Co-Authored-By: Jiao Pengju <jiaopengju@cmss.chinamobile.com>
2018-10-14 17:36:04 +08:00
chenying d85ec6aa58 Add content parameter for checkpoint and bank modules
Add optional content parameter for checkpoint interface, so that other
checkpoint bank plugin like database bank plugin can be introduced to
Karbor.

Change-Id: I4eaad0b3fe38cb95a668b83acba39cd831bbb7df
Closes-Bug: #1745909
2018-01-31 14:52:10 +08:00
jiaopengju a9e872bfe1 Add backup volume by glance protection plugin
Change-Id: I60ef750c5d13fa7c3b033f963e13285ba5fb6684
Implements: blueprint backup-volume-data-to-bank
2017-10-17 19:58:46 +08:00