cinder/releasenotes/notes/reset-status-notification-update-b655615871db4659.yaml
Brian Rosmaita ecdd7522e8 Stop sending notifications to nonstandard pub id
Change I2550b00127ee2533b0ab12c4efb4927dbcaaa190 in Ussuri
deprecated sending os-reset_status notifications to the nonstandard
publisher_ids to which they were being sent.  In Ussuri, these
notifications were sent to both the old nonstandard publisher_ids
and to the standard ones.  The deprecation period is over, so remove
the back-compat code and publish os-reset_status notifications only
to the standard publisher ids.

Change-Id: Iba64fcfbcb915e8ee8e58e4cf3058a973a7cf4fd
Implements: bp os-reset-status-remove-back-compat
2020-08-22 15:35:38 -04:00

15 lines
607 B
YAML

---
upgrade:
- |
Prior to the Ussuri release, ``os-reset_status`` notifications for
volumes, snapshots, and backups were sent to *nonstandard* publisher_ids.
This behavior was deprecated in Ussuri, and notifications were sent to
both the standard and nonstandard publisher_ids. In this release,
``os-reset_status`` notifications, like all other notifications for
volume, snapshot and backup, are sent *only* to the following
*standard* publisher_ids:
* 'volume' for volume status resets
* 'snapshot' for snapshot status resets
* 'backup' for backup status resets