Skip to content

Commit 0d0dc5b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "chore: remove useless option"
2 parents 672fd87 + 2a04826 commit 0d0dc5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

magnum/conf/conductor.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
cfg.StrOpt('topic',
2121
default='magnum-conductor',
2222
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.')),
2723
cfg.IntOpt('workers',
2824
help='Number of magnum-conductor processes to fork and run. '
2925
'Default to number of CPUs on the host.')

0 commit comments

Comments
 (0)