Added the missing options (SCHEDULER_GROUP and CRON_TRIGGER_GROUP) to a

generating config.

Change-Id: Ia9dbf9f905593913757e488f2a90eb34f5720a18
Signed-off-by: Vitalii Solodilov <mcdkr@yandex.ru>
This commit is contained in:
Vitalii Solodilov 2018-01-08 15:21:35 +04:00 committed by Renat Akhmerov
parent 70d8eb427d
commit 609f8dc96c
1 changed files with 2 additions and 0 deletions

View File

@ -461,6 +461,8 @@ def list_opts():
(ENGINE_GROUP, engine_opts),
(EXECUTOR_GROUP, executor_opts),
(EVENT_ENGINE_GROUP, event_engine_opts),
(SCHEDULER_GROUP, scheduler_opts),
(CRON_TRIGGER_GROUP, cron_trigger_opts),
(PECAN_GROUP, pecan_opts),
(COORDINATION_GROUP, coordination_opts),
(EXECUTION_EXPIRATION_POLICY_GROUP, execution_expiration_policy_opts),