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
This commit is contained in:
Brian Rosmaita 2018-12-20 11:20:37 -05:00
parent b8b873433e
commit 429402b541
2 changed files with 8 additions and 2 deletions

View File

@ -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="""

View File

@ -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.