tempest/releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml
Masayuki Igawa 2bbc49212e
Tidy up releasenotes
This commit tidies up releasenotes. Originally, release note files are
in one directory. So, when I see the directory, I feel ""what a mess!".
So this commit tries to improve it.

Change-Id: I54c14a61ebcda16268cf543079c7739def5ebadb
2017-06-29 13:42:37 +09:00

13 lines
542 B
YAML

---
features:
- A new optional interface `TempestPlugin.get_service_clients`
is available to plugins. It allows them to declare
any service client they implement. For now this is used by
tempest only, for auto-registration of service clients
in the new class `ServiceClients`.
- A new singleton class `clients.ClientsRegistry` is
available. It holds the service clients registration data
from all plugins. It is used by `ServiceClients` for
auto-registration of the service clients implemented
in plugins.