Correct some help text

You can get large tokens when keystone is configured to use PKI
tokens. This doesn't have anything to do with v3 or v2.0.

Change-Id: I8a571a7f6f69c1f68a1991be09db093f91c29367
This commit is contained in:
Brant Knudson 2016-02-22 16:48:24 -06:00
parent 01d747aa95
commit b0fc1fd08d
1 changed files with 3 additions and 2 deletions

View File

@ -75,8 +75,9 @@ wsgi_opts = [
default=16384,
help="Maximum line size of message headers to be accepted. "
"max_header_line may need to be increased when using "
"large tokens (typically those generated by the "
"Keystone v3 API with big service catalogs)."),
"large tokens (typically those generated when keystone "
"is configured to use PKI tokens with big service "
"catalogs)."),
cfg.BoolOpt('wsgi_keep_alive',
default=True,
help="If False, closes the client socket connection "