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(