cinder/cinder/tests/unit/image
whoami-rajat 7c685f0d68 Support Glance image data colocation
This feature expands the usability of Glance multiple stores for volumes that
are created from images.
In this implementation, a volume created from image sends its
base image id to glance so that glance can store the current volume image
where the base image resides (whether be single or multiple stores).

An conflict between the 'image_service:store_id' [1] and the
'base_image_ref' passed to Glance is expected to be handled on the Glance
side.

Implements: bp copy-image-in-multiple-stores

[1] https://review.opendev.org/#/c/661676/

Change-Id: I5dd00e8d373fd8a7dd4f97e4e5924aefe599d1d9
2020-04-13 12:04:18 +00:00
..
accelerators Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake.py Support Glance image data colocation 2020-04-13 12:04:18 +00:00
test_accelerator.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_cache.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_glance.py Support Glance image data colocation 2020-04-13 12:04:18 +00:00