Merge "Strategy goals should be required in conf"
This commit is contained in:
@@ -31,6 +31,7 @@ WATCHER_GOALS_OPTS = [
|
|||||||
cfg.DictOpt(
|
cfg.DictOpt(
|
||||||
'goals',
|
'goals',
|
||||||
default=default_goals,
|
default=default_goals,
|
||||||
|
required=True,
|
||||||
help='Goals used for the optimization. '
|
help='Goals used for the optimization. '
|
||||||
'Maps each goal to an associated strategy (for example: '
|
'Maps each goal to an associated strategy (for example: '
|
||||||
'BASIC_CONSOLIDATION:basic, MY_GOAL:my_strategy_1)'),
|
'BASIC_CONSOLIDATION:basic, MY_GOAL:my_strategy_1)'),
|
||||||
|
|||||||
Reference in New Issue
Block a user