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.