karbor/karbor/services/protection/protection_plugins
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
..
database Add verify action for the database backup protection plugin 2017-10-25 11:10:55 +08:00
image Add verify action for the image backup protection plugin 2017-10-26 16:34:36 +08:00
network Add verify action for the network backup protection plugin 2017-10-25 21:27:05 +08:00
pod Add verify action for the pod backup protection plugin 2017-10-25 17:01:29 +08:00
server Fix server restore failed if network rebuild 2017-11-23 13:46:58 +08:00
share Add verify action for the share snapshot protection plugin 2017-10-25 14:25:50 +08:00
volume Not able to upload volume to image 2018-10-14 17:36:04 +08:00
__init__.py Change Smaug to Karbor 2016-08-18 22:55:34 +08:00
noop_plugin.py Remove redundant ctor super calls, add missing 2017-05-14 12:10:31 +03:00
utils.py Add verification API for Karbor 2017-10-23 10:33:45 +08:00