cinder/cinder/tests/unit/api/contrib
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
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_admin_actions.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_availability_zones.py Stop using mox in unit/api/contrib/ tests (1/2) 2016-09-01 23:05:39 +07:00
test_backup_project_attribute.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_backups.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_capabilities.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_cgsnapshots.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_consistencygroups.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_extended_snapshot_attributes.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_hosts.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_qos_specs_manage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_quotas.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_quotas_classes.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_scheduler_hints.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_scheduler_stats.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_services.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_snapshot_actions.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_snapshot_manage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_snapshot_unmanage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_types_extra_specs.py Support multiple stores of Glance 2020-01-21 06:02:47 +00:00
test_types_manage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_used_limits.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_actions.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_encryption_metadata.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
test_volume_host_attribute.py Add VolumeAttachStatus Enum 2016-11-09 17:10:27 -06:00
test_volume_image_metadata.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_manage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_migration_status_attribute.py Add VolumeAttachStatus Enum 2016-11-09 17:10:27 -06:00
test_volume_tenant_attribute.py Add policy test for TENANT_ATTRIBUTE_POLICY 2018-12-06 01:20:11 +00:00
test_volume_transfer.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_type_access.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_volume_type_encryption.py V3 jsonschema validation: volume_type_encryption 2018-05-31 09:32:16 +05:30
test_volume_unmanage.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00