File: remove-deprecated-task-monitors-58c505d43e1fa6a7.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (10 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
deprecations:
  - |
    ``resources.task_monitor.TaskMonitor`` and
    ``resources.taskservice.taskmonitor.TaskMonitor`` that were deprecated in
    Wallaby are now removed. Use ``taskmonitor.TaskMonitor`` instead.
  - |
    Methods ``create_volume``, ``delete_volume``, ``initialize_volume`` in
    volume module that were deprecated in Wallaby are now removed. Use
    ``create``, ``delete`` and ``initialize`` instead.