glance/releasenotes/notes/restrict_location_updates-05454bb765a8c92c.yaml
Dharini Chandrasekar 182be5f10b Editing release note for location update patch
This is a Follow-up patch for the review [1]. This patch fixes
a minor nit on the release note of the same.

[1]  Ic24cf8234599a32add1cb9f294f902e497d885e0

Change-Id: I546ddcfb9b6d62fd3fbaa5aa8a76624211dfdab5
2016-12-08 18:14:27 +00:00

23 lines
863 B
YAML

---
prelude: >
Location updates for images are now restricted to
images in ``active`` or ``queued`` status. Please
refer to the "Bug Fixes" section for more information.
fixes:
- |
Image location updates to an image which is not in
``active`` or ``queued`` status can introduce race
conditions and security issues and hence a bad
experience for users and operators. As a result,
we have restricted image location updates in this
release. Users will now observe the following:
* HTTP Response Code 409 (Conflict) will be returned
in response to an attempt to remove an image
location when the image status is not ``active``
* HTTP Response Code 409 (Conflict) will be returned
in response to an attempt to replace an image
location when the image status is not ``active`` or
``queued``