summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-08 16:21:43 +0000
committerGerrit Code Review <review@openstack.org>2019-01-08 16:21:43 +0000
commitde27161e78b127dbf4255942947afcd22c70e212 (patch)
treeefec60f0ed0641ca1fe54f722cd2be2602c6dcda
parent8f3668d8460eef4f7014e880b5c430b628b865fa (diff)
parent429402b5411b5fc3e01810ff489684907770f599 (diff)
downloadglance_store-de27161e78b127dbf4255942947afcd22c70e212.tar.gz
Merge "Update deprecation notices"
-rw-r--r--glance_store/backend.py4
-rw-r--r--releasenotes/notes/update-stein-deprecations-3c2f6ffeab22b558.yaml6
2 files changed, 8 insertions, 2 deletions
diff --git a/glance_store/backend.py b/glance_store/backend.py
index 5e53f6e..df57c90 100644
--- a/glance_store/backend.py
+++ b/glance_store/backend.py
@@ -41,7 +41,7 @@ This option is deprecated against new config option
``enabled_backends`` which helps to configure multiple backend stores
of different schemes.
-This option is scheduled for removal in the Stein development
+This option is scheduled for removal in the Train development
cycle.
""",
help="""
@@ -77,7 +77,7 @@ This option is deprecated against new config option
``default_backend`` which acts similar to ``default_store`` config
option.
-This option is scheduled for removal in the Stein development
+This option is scheduled for removal in the Train development
cycle.
""",
help="""
diff --git a/releasenotes/notes/update-stein-deprecations-3c2f6ffeab22b558.yaml b/releasenotes/notes/update-stein-deprecations-3c2f6ffeab22b558.yaml
new file mode 100644
index 0000000..744aa50
--- /dev/null
+++ b/releasenotes/notes/update-stein-deprecations-3c2f6ffeab22b558.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ Removal of the ``stores`` and ``default_store`` configuration options,
+ which were deprecated in Rocky, has been postponed until during the
+ Train development cycle.