From 429402b5411b5fc3e01810ff489684907770f599 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 20 Dec 2018 11:20:37 -0500 Subject: [PATCH] Update deprecation notices Removal of 'stores' and 'default_store' has been postponed until Train; update the deprecation text and add a release note. Change-Id: Ib01be1746f9a1b414d6a9436032c34034a2e6f45 --- glance_store/backend.py | 4 ++-- .../notes/update-stein-deprecations-3c2f6ffeab22b558.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/update-stein-deprecations-3c2f6ffeab22b558.yaml diff --git a/glance_store/backend.py b/glance_store/backend.py index 5e53f6ef..df57c903 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 00000000..744aa506 --- /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.