We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 672fd87 + 2a04826 commit 0d0dc5bCopy full SHA for 0d0dc5b
magnum/conf/conductor.py
@@ -20,10 +20,6 @@
20
cfg.StrOpt('topic',
21
default='magnum-conductor',
22
help='The queue to add conductor tasks to.'),
23
- cfg.IntOpt('conductor_life_check_timeout',
24
- default=4,
25
- help=('RPC timeout for the conductor liveness check that is '
26
- 'used for cluster locking.')),
27
cfg.IntOpt('workers',
28
help='Number of magnum-conductor processes to fork and run. '
29
'Default to number of CPUs on the host.')
0 commit comments