tempest/releasenotes/notes/12.2.0-clients_module-16f3025f515bf9ec.yaml
Cady_Chen 8696cc815a Typo fixing
Change-Id: Ic73ec784726f1f2e1e0e0a88a753918b3a7d31e0
2016-11-14 20:34:27 +08:00

19 lines
977 B
YAML

---
features:
- The Tempest plugin interface contains a new optional method, which allows
plugins to declare and automatically register any service client defined
in the plugin.
- tempest.lib exposes a new stable interface, the clients module and
ServiceClients class, which provides a convinient way for plugin tests to
access service clients defined in Tempest as well as service clients
defined in all loaded plugins.
The new ServiceClients class only exposes for now the service clients
which are in tempest.lib, i.e. compute, network and image. The remaining
service clients (identity, volume and object-storage) will be added in
future updates.
deprecations:
- The new clients module provides a stable alternative to tempest classes
manager.Manager and clients.Manager. manager.Manager only exists now
to smoothen the transition of plugins to the new interface, but it will
be removed shortly without further notice.