summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2018-06-20 19:07:42 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2018-06-20 19:40:17 -0400
commit5a20d47cd3a6e16feea602a282b2b7892eb5b7d5 (patch)
tree593c5cb61b760c2927872a32ebead08853042164 /releasenotes
parentfd2a80a08fc89693b7d472ab9792dc09e3ee0a82 (diff)
downloadglance_store-5a20d47cd3a6e16feea602a282b2b7892eb5b7d5.tar.gz
Deprecate store_capabilities_update_min_interval
Includes a release note. Change-Id: Ic25549ac022cf7fc93affc331f2379ea63bf6fb2 Implements: blueprint spec-lite-deprecate-update-min-interval
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-store_capabilities_update_min_interval-039389fa296e2494.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-store_capabilities_update_min_interval-039389fa296e2494.yaml b/releasenotes/notes/deprecate-store_capabilities_update_min_interval-039389fa296e2494.yaml
new file mode 100644
index 0000000..94af7f2
--- /dev/null
+++ b/releasenotes/notes/deprecate-store_capabilities_update_min_interval-039389fa296e2494.yaml
@@ -0,0 +1,14 @@
+---
+deprecations:
+ - |
+ The glance_store configuration option
+ ``store_capabilities_update_min_interval`` is deprecated in this
+ release and is subject to removal at the beginning of the Stein
+ development cycle, following the `OpenStack standard deprecation policy
+ <https://governance.openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_.
+
+ The option configures a stub method that has not been implemented
+ for any existing store drivers. Hence it is non-operational. Given
+ that it has *never* been operational, it will not be missed. Its
+ presence is confusing to operators and thus it is hereby deprecated
+ for removal.