summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-22 11:06:06 +0000
committerGerrit Code Review <review@openstack.org>2020-04-22 11:06:06 +0000
commitcc4722cd7bd499244cf8d04fc3cb8fc0d140c122 (patch)
tree1060a5288ab27990c114036be77eb86a0af06fa8
parentc908edb2dbcce4f09134a6bbf2a1eb706f808d82 (diff)
parentf7c1a84946603c7b991a7b4af9c58a60490df4ab (diff)
downloadkeystone-cc4722cd7bd499244cf8d04fc3cb8fc0d140c122.tar.gz
Merge "Remove a note related to UUID tokens from example configuration"
-rw-r--r--keystone/conf/default.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/keystone/conf/default.py b/keystone/conf/default.py
index 25d8731ab..0fa17d7a0 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(