From 201e6e26e111116790c2fc9f595835a8b81824c7 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 30 May 2019 13:06:04 -0400 Subject: [PATCH] Add releasenote for option removal Documents the removal of 'store_capabilities_update_min_interval' by change I1a6cfa45b5a37eacb4ba158b62fe619e1b1c9dff. Change-Id: Ia53034f5c1aff754dd500531f27b7c3705a17e19 --- ...move-store-cap-update-min-interval-21fea4173ed4a09b.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/remove-store-cap-update-min-interval-21fea4173ed4a09b.yaml diff --git a/releasenotes/notes/remove-store-cap-update-min-interval-21fea4173ed4a09b.yaml b/releasenotes/notes/remove-store-cap-update-min-interval-21fea4173ed4a09b.yaml new file mode 100644 index 00000000..a298d8c0 --- /dev/null +++ b/releasenotes/notes/remove-store-cap-update-min-interval-21fea4173ed4a09b.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - The ``store_capabilities_update_min_interval`` configuration option, + deprecated since the Rocky release, has been removed. The option + configured a capability that was not implemented by any glance_store + drivers. Thus its removal will have no impact on any deployments.