From f7c1a84946603c7b991a7b4af9c58a60490df4ab Mon Sep 17 00:00:00 2001 From: Alexey Stupnikov Date: Tue, 14 Apr 2020 19:35:41 +0200 Subject: [PATCH] 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 --- keystone/conf/default.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keystone/conf/default.py b/keystone/conf/default.py index 25d8731ab6..0fa17d7a0c 100644 --- a/keystone/conf/default.py +++ b/keystone/conf/default.py @@ -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(