Merge "Remove redundant word 'strategy'"

This commit is contained in:
Zuul
2019-09-10 09:59:17 +00:00
committed by Gerrit Code Review

View File

@@ -248,7 +248,7 @@ class BaseStrategy(loadable.Loadable):
should perform.
"""
LOG.info("Initializing " + self.get_display_name() + " Strategy")
LOG.info("Initializing " + self.get_display_name())
if not self.compute_model:
raise exception.ClusterStateNotDefined()