openstacksdk/releasenotes/notes/add_project_cleanup-39c3517b25a5372e.yaml
Artem Goncharov d4ddd5ce99 Lay a foundation for the project cleanup
During Berlin Summit 2018 it was decided to start implementation
of the project cleanup in the SDK. This is a foundation for that
with the required bits and few examples in the services to demonstrate
the interface.

In the followup changes following should be done:
- review cleanup in service proxies (the ones implemented and not)
- describe the feature in the documentation
- start consuming this service from the OSC (need help deciding where
should it be implemented - core OSC, separate project, OSC plugin in
SDK, ...)

Change-Id: Ie29d10475e8d1af1beea3cc5b45984f2be9236ef
2020-03-23 15:30:18 +01:00

9 lines
374 B
YAML

---
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).