tempest/releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml
Ghanshyam Mann 4e18c0f79b 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
2021-05-20 16:01:26 +00:00

10 lines
332 B
YAML

---
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.