There are some typos in releasenotes

This is to correct the typos in releasenotes

Change-Id: Ibe15293e0a950e08d7077b6b43467c4d78a0beac
This commit is contained in:
zhufl
2017-02-21 12:09:06 +08:00
parent a0ef988016
commit c092892dc2
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ features:
plugins to declare and automatically register any service client defined plugins to declare and automatically register any service client defined
in the plugin. in the plugin.
- tempest.lib exposes a new stable interface, the clients module and - tempest.lib exposes a new stable interface, the clients module and
ServiceClients class, which provides a convinient way for plugin tests to ServiceClients class, which provides a convenient way for plugin tests to
access service clients defined in Tempest as well as service clients access service clients defined in Tempest as well as service clients
defined in all loaded plugins. defined in all loaded plugins.
The new ServiceClients class only exposes for now the service clients The new ServiceClients class only exposes for now the service clients

View File

@@ -2,4 +2,4 @@
deprecations: deprecations:
- The ``call_until_true`` function is moved from the ``tempest.test`` module - The ``call_until_true`` function is moved from the ``tempest.test`` module
to the ``tempest.lib.common.utils.test_utils`` module. Backward to the ``tempest.lib.common.utils.test_utils`` module. Backward
compatibilty is preserved until Ocata. compatibility is preserved until Ocata.

View File

@@ -1,5 +1,5 @@
--- ---
upgrade: upgrade:
- the already depreacted tempest-cleanup standalone command has been - the already deprecated tempest-cleanup standalone command has been
removed. The corresponding functionalities can be accessed through removed. The corresponding functionalities can be accessed through
the unified `tempest` command (`tempest cleanup`). the unified `tempest` command (`tempest cleanup`).