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
Andreas Jaeger 0764f5dab1 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0.1 which
supports Python 3.

Fix problems found.

Remove hacking and friends from lower-constraints, they are not needed
for installation.

Change-Id: I6691687f0cd2fe4c9e7f2a76d333ca9eacb0cbf3
2020-05-13 19:20:28 +00:00
jiaopengju 07e72701ac Remove invalid none value judgment
volume will never be none here, so we can remove the none
value judgment and improve the code execution efficiency.

Change-Id: I5d35eebda6d4e9d8fd31a2e32cbcc68632afb2c8
2019-10-31 22:36:09 +08: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
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