cinder/cinder/tests/unit/api
Abhishek Kekane 350973f3dd Support multiple stores of Glance
Glance now has ability to configure multiple stores at a
time. To use this feature in cinder for uploading volume to image, operator
need to define a new field named 'image_service:store_id' in the
volume-type extra-specs. At a time of volume upload to image request, if
'image_service:store_id' is present in the associated volume type, then
image will be uploaded to specified 'store_id'. The value 'store_id' is
nothing but store identifier defined in glance-api.conf. If the value
of 'image_service:store_id' is null or not set in volume-type then the
image will be uploaded to default store in glance.

Co-authored-by: Sagar Waghmare <sawaghma@redhat.com>
Co-authored-by: Abhishek Kekane <akekane@redhat.com>

DocImpact
Implements: bp support-glance-multiple-backend

Change-Id: Ica56833a1d9fb9f47b922dbbc6558901bb3a2800
2020-01-21 06:02:47 +00:00
..
contrib Support multiple stores of Glance 2020-01-21 06:02:47 +00:00
middleware Fix deprecation warnings 2018-08-23 12:52:34 -04:00
openstack Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
v2 Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
v3 Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
views Fix version return incorrect when endpoint url end without / 2019-02-20 20:30:14 +00:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Fix consisgroup V3 interfaces 2016-07-04 16:21:44 +08:00
test_api_validation.py Tests: Fix python version check 2018-02-16 14:43:53 -05:00
test_common.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_versions.py Exclude disabled API versions from listing 2018-09-26 23:31:46 +00:00