File: add_project_cleanup-39c3517b25a5372e.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
features:
  - |
    Project cleanup functionality. It provides a single method in the
    connection object, which calls cleanup method in all supported services
    (both part of the SDK itself and all "imported" in the runtime or through
    the vendor_hook functionality). Cleanup is working in multiple threads
    where possible (no dependencies between services).