File: add_project_cleanup-39c3517b25a5372e.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
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).