Update ironic.conf.sample
rpc_thread_pool_size was renamed to executor_thread_pool_size This commit updates the sample config file for that change Change-Id: Ia961a2b8ec419b1e0f3d7bb3ebea624c59defc2d
This commit is contained in:
parent
a6cef2019e
commit
48f0164901
@ -71,8 +71,9 @@
|
|||||||
# Heartbeat time-to-live. (integer value)
|
# Heartbeat time-to-live. (integer value)
|
||||||
#matchmaker_heartbeat_ttl=600
|
#matchmaker_heartbeat_ttl=600
|
||||||
|
|
||||||
# Size of RPC thread pool. (integer value)
|
# Size of executor thread pool. (integer value)
|
||||||
#rpc_thread_pool_size=64
|
# Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
|
||||||
|
#executor_thread_pool_size=64
|
||||||
|
|
||||||
# The Drivers(s) to handle sending notifications. Possible
|
# The Drivers(s) to handle sending notifications. Possible
|
||||||
# values are messaging, messagingv2, routing, log, test, noop
|
# values are messaging, messagingv2, routing, log, test, noop
|
||||||
|
Loading…
Reference in New Issue
Block a user