tempest/releasenotes/notes/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml
Ken'ichi Ohmichi a511de1e6a Rename renos of 12.2.0
We have released a lot of features via Tempest versions and created a
lot of renos. That makes us difficult to select suitable reno files
when adding new features because of many versions.
So it is nice to rename reno files to add versions as the prefix.
This patch renames renos of 12.2.0 as a first step.

Change-Id: I36523c1758533cca97abad4a28f8c79b022803f0
2016-09-19 05:09:51 -07: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.