From 8f3331e2896199c2175bfd08a77d5647885f21ca Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 9 Aug 2018 10:26:24 -0400 Subject: [PATCH] Add release note for multi-store feature Change-Id: I55b3bea2d72610b1e55cc76b898621e610e80100 --- ...rimental-multi-store-d2c26f9dbb9c835b.yaml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 releasenotes/notes/experimental-multi-store-d2c26f9dbb9c835b.yaml diff --git a/releasenotes/notes/experimental-multi-store-d2c26f9dbb9c835b.yaml b/releasenotes/notes/experimental-multi-store-d2c26f9dbb9c835b.yaml new file mode 100644 index 0000000000..b6a719d633 --- /dev/null +++ b/releasenotes/notes/experimental-multi-store-d2c26f9dbb9c835b.yaml @@ -0,0 +1,40 @@ +--- +features: + - | + This release provides an EXPERIMENTAL implementation of the Glance spec + `Multi-Store Backend Support + `_, + which allows an operator to configure multiple backing stores so that + end users may direct image data to be stored in a specific backend. + See `Multi Store Support + `_ + in the Glance Administration Guide for more information. + + This experimental feature is optionally exposed as the EXPERIMENTAL + Image Service API version 2.8. Its use in production systems is currently + **not supported**. We encourage people to use this feature for testing + purposes and report any issues so that it can be made stable and fully + supported in the Stein release. +other: + - | + The `Multi-Store Backend Support + `_ + feature is introduced on an experimental basis in the EXPERIMENTAL + Image Service API version 2.8: + + * a new *list stores* call, `GET /v2/info/stores + `_ + * a new ``OpenStack-image-store-ids`` header in the `create image + `_ + response + * an ``X-Image-Meta-Store`` header may be included with the `image data + upload + `_ + request + * an ``X-Image-Meta-Store`` header may be included with the `image import + `_ + request + + Please keep in mind that as version 2.8 of the Image Service API is + EXPERIMENTAL, we reserve the right to make modifications to these aspects + of the API should user feedback indicate that a change is required.