karbor/karbor/tests
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
..
contrib Switch to using stestr 2018-08-15 09:07:36 +08:00
fullstack Fix fullstack test error 2018-02-27 09:57:13 +08:00
unit 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
base.py Switch to oslo_messaging.ConfFixture.transport_url 2018-06-12 12:53:14 +10:00
test_karbor.py Change Smaug to Karbor 2016-08-18 22:55:34 +08:00