Merge "Fix watcher/conf/applier.py default worker value"

This commit is contained in:
Zuul
2019-07-18 03:08:56 +00:00
committed by Gerrit Code Review

View File

@@ -24,7 +24,7 @@ watcher_applier = cfg.OptGroup(name='watcher_applier',
APPLIER_MANAGER_OPTS = [
cfg.IntOpt('workers',
default='1',
default=1,
min=1,
required=True,
help='Number of workers for applier, default value is 1.'),