From 09dcdadff60440eb60887cd04622ebd7f5ff5ba2 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Thu, 12 Sep 2019 19:12:58 +0100 Subject: [PATCH] Add Train milestone 3 releasenotes Change-Id: I4752d34b3c456ff64ce116004481d52e8b28c8c6 --- .../Train-milestone3-be5520106a182fa0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 releasenotes/notes/Train-milestone3-be5520106a182fa0.yaml diff --git a/releasenotes/notes/Train-milestone3-be5520106a182fa0.yaml b/releasenotes/notes/Train-milestone3-be5520106a182fa0.yaml new file mode 100644 index 0000000000..58dd9340b9 --- /dev/null +++ b/releasenotes/notes/Train-milestone3-be5520106a182fa0.yaml @@ -0,0 +1,18 @@ +--- +features: + - | + Train release includes a change to how cache prefetching works. As the + prefetcher was one of the last components still relying to the + glance-registry the requirement was removed by implementing the prefetcher + as part of glance-api. Crontab based prefetcher is not available anymore + and the new prefetching will be set up through glance-api.conf. +upgrade: + - | + Location metadata key ``backend`` has been changed to ``store``. Any + environment that might be using the old ``backend`` key will have the key + name changed through lazy update upon access. +fixes: + - | + Bug 1836140_: Image deletion returns 500 if 'file' store is not enabled + + .. _1836140: https://bugs.launchpad.net/glance/+bug/1836140