Added efficacy indicators to /action_plans
I this changeset, I added the efficacy indicators both at the DB and at the API level alongside the associated logic. Partially Implements: blueprint efficacy-indicator Change-Id: I824553637621da67966103c1b0c01348b09bd836
This commit is contained in:
@@ -311,6 +311,11 @@ class InvalidIndicatorValue(WatcherException):
|
||||
"and spec type '%(spec_type)s' is invalid.")
|
||||
|
||||
|
||||
class GlobalEfficacyComputationError(WatcherException):
|
||||
msg_fmt = _("Could not compute the global efficacy for the '%(goal)s' "
|
||||
"goal using the '%(strategy)s' strategy.")
|
||||
|
||||
|
||||
class NoMetricValuesForVM(WatcherException):
|
||||
msg_fmt = _("No values returned by %(resource_id)s for %(metric_name)s.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user