commit | 4e18c0f79bccba356f15e41ad44024295a1164af | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Tue May 18 14:38:24 2021 -0500 |
committer | Ghanshyam <gmann@ghanshyammann.com> | Thu May 20 16:01:26 2021 +0000 |
tree | dd0c2c668f714b51ff799083f16756d9b8e9f441 | |
parent | 393e94a604f29940025c2c2d8f406419e7733e5c [diff] [blame] |
Remove old deprecated Token clients TokenClientJSON and V3TokenClientJSON were deprecated very long back so its time to remove them. No one in OpenStack using those - https://codesearch.opendev.org/?q=TokenClientJSON&i=nope&files=&excludeFiles=&repos= Change-Id: If20fa58e64e130e268e1ad7999b0088a0a0c0f9c
diff --git a/releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml b/releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml new file mode 100644 index 0000000..9acb873 --- /dev/null +++ b/releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml
@@ -0,0 +1,9 @@ +--- +prelude: > + Tempest's identity service client TokenClientJSON and V3TokenClientJSON + has been removed. +upgrade: + - | + Tempest's identity service client TokenClientJSON and V3TokenClientJSON + were deprecated since long which are not removed. Please use new service + clients TokenClient and V3TokenClient instead.