glance/doc
Erno Kuvaja f267bd6cde Add possibility to delete image from single store
This change introduces new 'v2/stores/<store_id>/<image_id>'
endpoint that accepts 'DELETE' method request. Once successful
the request will delete the image <image_id>'s location that
matches the store <store_id>. If the store is not read-only
or return image in use exception the image data will be
deleted. In the case of read-only store, the location will
be removed and if the image in use is raised, the call will
fail.

bp: delete-from-store

Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>

Change-Id: I1cb45026489a96a283b82e8e7efc9975c181fceb
2020-03-13 14:46:13 +00:00
..
source Add possibility to delete image from single store 2020-03-13 14:46:13 +00:00
test Add redirect capability to glance docs 2018-04-25 21:38:59 -04:00
requirements.txt Merge "Bump openstackdocstheme to 1.20.0" 2019-07-17 17:11:28 +00:00