Merge "[Spec Lite] Deprecate cachemanage middleware"

This commit is contained in:
Zuul 2024-01-16 06:37:57 +00:00 committed by Gerrit Code Review
commit 5b14f26d10
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
..
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
===========================================
Spec Lite: Deprecate cachemanage middleware
===========================================
..
Mandatory sections
:project: glance
:problem: Deprecate cachemanage middleware
:solution: Cache operations (CR(u)D) is now part of glance API. Even though
we need to depend on cache middleware to enable it. There are two
middlewares related to caching, one is `cache` and other is
`cachemanage` and we can now get rid of `cachemanage` middleware and
glance-cache-manage command line utility.
:impacts: None
:how: In this cycle we are going to deprecate cachemanage middleware and api
pipeline `keystone+cachemanage` (defined in glance-api-paste.ini) and
`glance-cache-manage` command line utility. A deprecation warning
message will be added to each command of `glance-cache-manage` utility
as well as during initialization of `cachemanage` middleware.
:alternatives: None
:timeline: Milestone 2
:link: None
:reviewers: pdeore, mrjoshi, croelandt
:assignee: abhishekk