blob: d07448aa9e89d44a17dc1713e5017eefb0a48572 [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
zhuflc0928922017-02-21 12:09:06 +08007 ServiceClients class, which provides a convenient way for plugin tests to
Andrea Frittoli (andreaf)e07579c2016-08-05 07:27:02 +01008 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.