glance/releasenotes/notes/image-tasks-api-f21b42eab91c2079.yaml
Abhishek Kekane 03696299d2 Update API docs for new /v2/images/{image_id}/tasks API
Updated API reference documentation for new API.

Change-Id: Ie69d4180e09fe4c670faaa7d3c31742d1fc581e2
Related: blueprint messages-api
2021-02-24 05:57:16 +00:00

13 lines
578 B
YAML

---
features:
- |
While fixing race condition issue during victoria we started
updating 'message' property of the task which helps calculate
time based on last updated time of task to burst the lock as well
as show how much data has been copied of that image. As glance
task API's are restricted from use by normal users we are adding
new API /v2/images/{image_id}/tasks which will return all tasks
associated with that image. In addition to task information
this API will also return `request-id` and `user-id` to help
users in debugging.