Fix typos in release notes
This is to fix below typos in release notes: ideintify currnt upating debuggin micoversion initisialisation Change-Id: I48e8fcfbe4ed6a5d7a4c4056bd5de69ef5adebf0
This commit is contained in:
parent
b8448901cd
commit
1382e971fb
@ -3,4 +3,4 @@ features:
|
|||||||
- A new helper method `service_client_config` has been added
|
- A new helper method `service_client_config` has been added
|
||||||
to the stable module config.py that returns extracts from
|
to the stable module config.py that returns extracts from
|
||||||
configuration into a dictionary the configuration settings
|
configuration into a dictionary the configuration settings
|
||||||
relevant for the initisialisation of a service client.
|
relevant for the initialization of a service client.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
upgrade:
|
upgrade:
|
||||||
- The ``JSON_ENC`` and ``TXT_ENC`` option in the ``_error_checker``
|
- The ``JSON_ENC`` and ``TXT_ENC`` option in the ``_error_checker``
|
||||||
section have been added with additional content-type which are
|
section have been added with additional content-type which are
|
||||||
defined in RFC7231 but missing in the currnt rest_client.py file.
|
defined in RFC7231 but missing in the current rest_client.py file.
|
||||||
The lack of these additional content-type will cause defcore test
|
The lack of these additional content-type will cause defcore test
|
||||||
to fail for OpenStack public cloud which uses tomcat module in the
|
to fail for OpenStack public cloud which uses tomcat module in the
|
||||||
api gateway. The additions are ``application/json;charset=utf-8``,
|
api gateway. The additions are ``application/json;charset=utf-8``,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Add server tags APIs to the servers_client library.
|
Add server tags APIs to the servers_client library.
|
||||||
This feature enables the possibility of upating, deleting
|
This feature enables the possibility of updating, deleting
|
||||||
and checking existence of a tag on a server, as well
|
and checking existence of a tag on a server, as well
|
||||||
as updating and deleting all tags on a server.
|
as updating and deleting all tags on a server.
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@ upgrade:
|
|||||||
deprecations:
|
deprecations:
|
||||||
- The resources_prefix is marked as deprecated because it is
|
- The resources_prefix is marked as deprecated because it is
|
||||||
enough to set 'tempest' as the prefix on rand_name() to
|
enough to set 'tempest' as the prefix on rand_name() to
|
||||||
ideintify resources which are created by Tempest and no
|
identify resources which are created by Tempest and no
|
||||||
projects set this option on OpenStack dev community.
|
projects set this option on OpenStack dev community.
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
features:
|
features:
|
||||||
- Add support of args and kwargs when calling func in call_until_true,
|
- Add support of args and kwargs when calling func in call_until_true,
|
||||||
also to log the cost time when call_until_true returns True or False
|
also to log the cost time when call_until_true returns True or False
|
||||||
for debuggin.
|
for debugging.
|
||||||
|
@ -3,7 +3,7 @@ features:
|
|||||||
- |
|
- |
|
||||||
Add a new function called ``compare_version_header_to_response`` to
|
Add a new function called ``compare_version_header_to_response`` to
|
||||||
``tempest.lib.common.api_version_utils``, which compares the API
|
``tempest.lib.common.api_version_utils``, which compares the API
|
||||||
micoversion in the response header to another microversion using the
|
microversion in the response header to another microversion using the
|
||||||
comparators defined in
|
comparators defined in
|
||||||
``tempest.lib.common.api_version_request.APIVersionRequest``.
|
``tempest.lib.common.api_version_request.APIVersionRequest``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user