Merge "Add a note that rpc_workers option is experimental" into milestone-proposed

This commit is contained in:
Jenkins 2014-04-09 00:08:11 +00:00 committed by Gerrit Code Review
commit 467b5ca5c7
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ notification_driver = neutron.openstack.common.notifier.rpc_notifier
# Number of separate RPC worker processes to spawn. The default, 0, runs the
# worker thread in the current process. Greater than 0 launches that number of
# child processes as RPC workers. The parent process manages them.
# This feature is experimental until issues are addressed and testing has been
# enabled for various plugins for compatibility.
# rpc_workers = 0
# Sets the value of TCP_KEEPIDLE in seconds to use for each server socket when