Merge "Add missing ws separator between words"

This commit is contained in:
Zuul 2018-12-04 12:05:56 +00:00 committed by Gerrit Code Review
commit c63c5888c2
8 changed files with 10 additions and 10 deletions

View File

@ -168,9 +168,9 @@ common_opts = [
cfg.IntOpt('modules_page_size', default=20, cfg.IntOpt('modules_page_size', default=20,
help='Page size for listing modules.'), help='Page size for listing modules.'),
cfg.IntOpt('agent_call_low_timeout', default=15, cfg.IntOpt('agent_call_low_timeout', default=15,
help="Maximum time (in seconds) to wait for Guest Agent 'quick'" help="Maximum time (in seconds) to wait for Guest Agent "
"requests (such as retrieving a list of users or " "'quick' requests (such as retrieving a list of "
"databases)."), "users or databases)."),
cfg.IntOpt('agent_call_high_timeout', default=60 * 10, cfg.IntOpt('agent_call_high_timeout', default=60 * 10,
help="Maximum time (in seconds) to wait for Guest Agent 'slow' " help="Maximum time (in seconds) to wait for Guest Agent 'slow' "
"requests (such as restarting the database)."), "requests (such as restarting the database)."),