blob: 64f729ac23aad32ede6f8605c132c1b8c711179f [file] [log] [blame]
Andrea Frittoli (andreaf)6d4d85a2016-06-21 17:20:31 +01001---
2features:
3 - A new optional interface `TempestPlugin.get_service_clients`
4 is available to plugins. It allows them to declare
5 any service client they implement. For now this is used by
6 tempest only, for auto-registration of service clients
7 in the new class `ServiceClients`.
8 - A new singleton class `clients.ClientsRegistry` is
9 available. It holds the service clients registration data
10 from all plugins. It is used by `ServiceClients` for
11 auto-registration of the service clients implemented
12 in plugins.