Remove a note related to UUID tokens from example configuration

A code related to UUID tokens was removed from keystone during
Rocky developepment cycle. Change-Id:
I76d5c29f6b1572ee3ec7f2b1af63ff31572de2ce

This patch removes a small note related to UUID tokens from
keystone example configuration file.

Change-Id: I40782c4f41b1a0a7bd285b53b60cd8aca000ede0
This commit is contained in:
Alexey Stupnikov 2020-04-14 19:35:41 +02:00
parent 7bb6314e40
commit f7c1a84946
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ max_token_size = cfg.IntOpt(
default=255,
help=utils.fmt("""
Similar to `[DEFAULT] max_param_size`, but provides an exception for token
values. With Fernet tokens, this can be set as low as 255. With UUID tokens,
this should be set to 32).
values. With Fernet tokens, this can be set as low as 255.
"""))
list_limit = cfg.IntOpt(