glance/glance/api
Grégoire Unbekandt 92492cf504 Add ability to import image into multi-stores
The import image api now supports a list of stores to import data into.
This list can be specified through a new "stores" field that has been
added to the request body.
During import stage, Glance iterates overs this list and send the data
to each store one by one.
If an invalid backend is requested by the user, an exception is raised.
If an errors occurs during verify, already pushed data is removed and
image state is unchanged.

Change-Id: Id3ac19488c0a693d7042be4a3c83f3b9f12313d0
Implements: blueprint import-multi-stores
2020-02-10 09:39:01 +01:00
..
middleware Fix string interpolation to delay by logging 2020-01-09 08:53:55 -06:00
v1 Fix string interpolation to delay by logging 2020-01-09 08:53:55 -06:00
v2 Add ability to import image into multi-stores 2020-02-10 09:39:01 +01:00
__init__.py Remove Images API v1 entry points 2018-07-13 10:21:49 +01:00
authorization.py MultiStore: Lazy update fails if image is not owned by owner 2019-08-21 07:54:05 +00:00
cached_images.py Add logging when policies forbid an action 2015-04-15 17:59:37 +02:00
common.py Fix string interpolation to delay by logging 2020-01-09 08:53:55 -06:00
policy.py Move policy defaults into code 2020-01-06 12:56:30 -05:00
property_protections.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
versions.py Set API version 2.9 CURRENT 2019-10-01 17:45:26 +00:00