Merge "Correct some help text"

This commit is contained in:
Jenkins
2016-02-23 16:32:49 +00:00
committed by Gerrit Code Review

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 "