commit | c092892dc24228ad61370aaa062595a120c02019 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Tue Feb 21 12:09:06 2017 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Tue Feb 21 12:09:06 2017 +0800 |
tree | c120c3a5844f7315706bf1369215ed8b6029c74b | |
parent | a0ef988016c034de9508b1e1e42e9d715d2787eb [diff] |
There are some typos in releasenotes This is to correct the typos in releasenotes Change-Id: Ibe15293e0a950e08d7077b6b43467c4d78a0beac
diff --git a/releasenotes/notes/12.2.0-clients_module-16f3025f515bf9ec.yaml b/releasenotes/notes/12.2.0-clients_module-16f3025f515bf9ec.yaml index 484d543..d07448a 100644 --- a/releasenotes/notes/12.2.0-clients_module-16f3025f515bf9ec.yaml +++ b/releasenotes/notes/12.2.0-clients_module-16f3025f515bf9ec.yaml
@@ -4,7 +4,7 @@ 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 + ServiceClients class, which provides a convenient 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
diff --git a/releasenotes/notes/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml b/releasenotes/notes/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml index 543cf7b..52c04af 100644 --- a/releasenotes/notes/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml +++ b/releasenotes/notes/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml
@@ -2,4 +2,4 @@ deprecations: - The ``call_until_true`` function is moved from the ``tempest.test`` module to the ``tempest.lib.common.utils.test_utils`` module. Backward - compatibilty is preserved until Ocata. + compatibility is preserved until Ocata.
diff --git a/releasenotes/notes/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml b/releasenotes/notes/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml index 20f310d..813e47f 100644 --- a/releasenotes/notes/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml +++ b/releasenotes/notes/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml
@@ -1,5 +1,5 @@ --- 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 the unified `tempest` command (`tempest cleanup`).