File: add_project_cleanup-39c3517b25a5372e.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 (8 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (4)
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).