File: rename-service-force-down-6f462d62959a5315.yaml

package info (click to toggle)
python-openstacksdk 0.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,888 kB
  • sloc: python: 90,744; sh: 173; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    compute.force_service_down function is renamed to
    update_service_forced_down to better fit the operation meaning.
  - |
    compute.v2.service.force_down is renamed to set_forced_down to fit the operation meaning.
  - |
    return of compute.service modification operations is changed to be the service itself