From e4a1fa3401798bb964bfea5782d6679cd9c510ae Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Wed, 1 Nov 2023 05:40:06 +0000 Subject: [PATCH] [Spec Lite] Deprecate location strategy Change-Id: Ia12b350543b8590a536cf8ee7e986decfbd4950e --- .../glance/deprecate-location-strategy.rst | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 specs/2024.1/approved/glance/deprecate-location-strategy.rst diff --git a/specs/2024.1/approved/glance/deprecate-location-strategy.rst b/specs/2024.1/approved/glance/deprecate-location-strategy.rst new file mode 100644 index 00000000..24d2a705 --- /dev/null +++ b/specs/2024.1/approved/glance/deprecate-location-strategy.rst @@ -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 location strategy +====================================== + +.. + Mandatory sections + +:project: glance + +:problem: Deprecate location strategy + +:solution: In Bobcat we added support for weighing mechanism to glance store. + To use this new feature we decided to deprecate location strategy + in this cycle and remove it in 'D' (2024.2) development cycle. + +:impacts: None + +:how: In this cycle we are going to deprecate following configuration + options related to location strategy: + * location_strategy + * store_type_preference + Also a warning message regarding deprecation will be added to + `location_order` and `store_type` strategy module during initiation + phase. + +:alternatives: None + +:timeline: Milestone 2 + +:link: None + +:reviewers: pdeore, mrjoshi, croelandt + +:assignee: abhishekk