Typo in ClusteStateNotDefined
ClusteStateNotDefined has a typo, it should be ClusterStateNotDefine Change-Id: I727301786d47db847215d73722051e59d340f1c2 Closes-Bug: #1525818
This commit is contained in:
@@ -294,7 +294,7 @@ class MetricCollectorNotDefined(WatcherException):
|
||||
message = _("The metrics resource collector is not defined.'")
|
||||
|
||||
|
||||
class ClusteStateNotDefined(WatcherException):
|
||||
class ClusterStateNotDefined(WatcherException):
|
||||
message = _("the cluster state is not defined")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user