glance/glance/tests/unit/async_/flows
Abhishek Kekane c927246085 Data remains in staging area if 'file' store is not enabled
When operator has not enabled 'file' store and using other stores like ceph,
swift etc. the uploading to staging area works as we explicitly
build 'file' store during this operation, while cleaning up we directly
use 'glance_store.delete_from_backend' which only works if 'file'
store is enabled.

Modified '_DeleteFromFS' task and _unstage call which will use os
module to unlink the file present in staging area explicitly to
delete the data from staging area.

Closes-Bug: #1803498
Change-Id: If0b3b0af9300301291758c67267890e0959ebb3c
2019-03-15 12:32:00 +00:00
..
plugins Image conversion fails 2018-12-06 04:43:24 +00:00
__init__.py Rename async package to async_ 2018-08-07 14:42:14 -04:00
test_api_image_import.py Rename async package to async_ 2018-08-07 14:42:14 -04:00
test_convert.py glance Windows support 2019-03-13 16:41:11 +02:00
test_import.py Allow glance tests to run on Windows 2019-03-13 16:41:11 +02:00
test_introspect.py Rename async package to async_ 2018-08-07 14:42:14 -04:00
test_ovf_process.py Rename async package to async_ 2018-08-07 14:42:14 -04:00
test_web_download.py Data remains in staging area if 'file' store is not enabled 2019-03-15 12:32:00 +00:00