keystone/releasenotes/notes/token-formatter-ec58aba00fa83706.yaml
Gage Hugo de1007a14c Move token_formatter to token
This change moves the token_formatter under fernet to be located
under the token directory. This is to allow for the functionality
of token_formatter to be easily used with other token providers.

Change-Id: I3a1ee30f69c33c9dd98c7e39e552b7908cc836e1
2018-01-19 16:17:47 -06:00

9 lines
329 B
YAML

---
features:
- |
The token_formatter utility class has been moved from under fernet
to the default token directory. This is to allow for the reuse of
functionality with other token providers. Any deployments that are
specifically using the fernet utils may be affected and will need
to adjust accordingly.