File: consistent-volume-status-5a527cd561af5e7a.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    The following volume (v2 and v3) helpers have been renamed:

    - ``reset_snapshot`` -> ``reset_snapshot_status``
    - ``reset_backup`` -> ``reset_backup_status``
    - ``reset_group_state`` -> ``reset_group_status``
    - ``reset_group_snapshot_state`` -> ``reset_group_snapshot_status``

    Aliases are provided for backwards compatibility.