]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add a note that rpc_workers option is experimental
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 3 Apr 2014 20:44:49 +0000 (20:44 +0000)
committerMark McClain <mmcclain@yahoo-inc.com>
Tue, 8 Apr 2014 12:28:02 +0000 (08:28 -0400)
blueprint multiple-rpc-workers

Closes-Bug: 1304374
Change-Id: Id354b96fc591752e1e79b072997423b6447d5de9

etc/neutron.conf

index ca59514f820ef599d0e3249e13c4b3907cf92dfb..775c75725286960a993c4b075d6c5bb02b966fa9 100644 (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