Remove redundant word 'strategy'
Most of strategies have word 'strategy' in their display name. Change-Id: I72504ba760c13685b5058524d202f00e01361403
This commit is contained in:
@@ -245,7 +245,7 @@ class BaseStrategy(loadable.Loadable):
|
|||||||
should perform.
|
should perform.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
LOG.info("Initializing " + self.get_display_name() + " Strategy")
|
LOG.info("Initializing " + self.get_display_name())
|
||||||
|
|
||||||
if not self.compute_model:
|
if not self.compute_model:
|
||||||
raise exception.ClusterStateNotDefined()
|
raise exception.ClusterStateNotDefined()
|
||||||
|
|||||||
Reference in New Issue
Block a user