Merge "Correct some help text"
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user