blob: 484d54334052d1110eb3864d865ee504b167213a [file] [log] [blame]
Andrea Frittoli (andreaf)e07579c2016-08-05 07:27:02 +01001---
2features:
3 - The Tempest plugin interface contains a new optional method, which allows
4 plugins to declare and automatically register any service client defined
5 in the plugin.
6 - tempest.lib exposes a new stable interface, the clients module and
7 ServiceClients class, which provides a convinient way for plugin tests to
8 access service clients defined in Tempest as well as service clients
9 defined in all loaded plugins.
10 The new ServiceClients class only exposes for now the service clients
Cady_Chen8696cc82016-11-14 20:28:37 +080011 which are in tempest.lib, i.e. compute, network and image. The remaining
Andrea Frittoli (andreaf)e07579c2016-08-05 07:27:02 +010012 service clients (identity, volume and object-storage) will be added in
13 future updates.
14deprecations:
15 - The new clients module provides a stable alternative to tempest classes
16 manager.Manager and clients.Manager. manager.Manager only exists now
17 to smoothen the transition of plugins to the new interface, but it will
18 be removed shortly without further notice.