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:
Devananda van der Veen 2015-07-31 08:23:05 -07:00
parent a6cef2019e
commit 48f0164901

View File

@ -71,8 +71,9 @@
# Heartbeat time-to-live. (integer value)
#matchmaker_heartbeat_ttl=600
# Size of RPC thread pool. (integer value)
#rpc_thread_pool_size=64
# Size of executor thread pool. (integer value)
# Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
#executor_thread_pool_size=64
# The Drivers(s) to handle sending notifications. Possible
# values are messaging, messagingv2, routing, log, test, noop