File: reset-status-notification-update-4a80a8b5feb821ef.yaml

package info (click to toggle)
cinder 2%3A17.0.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,796 kB
  • sloc: python: 395,277; pascal: 2,085; sh: 585; makefile: 111; xml: 26; sql: 5
file content (26 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
deprecations:
  - |
    In this release, sending ``os-reset_status`` notifications to the
    following *nonstandard* publisher_ids is DEPRECATED:

    * 'volumeStatusUpdate' for volume status resets
    * 'volumeStatusUpdate' for snapshot status resets
    * 'backupStatusUpdate' for backup status resets

    The notifications continue to be published to the above during the
    deprecation period.  Beginning with this release, the ``os-reset_status``
    notifications are also sent to the following *standard* publisher_ids:

    * 'volume' for volume status resets
    * 'snapshot' for snapshot status resets
    * 'backup' for backup status resets

    This will allow consumers of these notifications to make a smooth
    transition.  In the Victoria release, ``os-reset_status`` notifications
    will *only* be sent to the standard publisher_ids.
fixes:
  - |
    ``os-reset_status`` notifications for volumes, snapshots and backups will
    now go to the standard publisher id for volume, snapshot and backup like
    all other notifications for volume, snapshot and backup.