Merge "Remove redundant word 'strategy'"

This commit is contained in:
Zuul 2019-09-10 09:59:17 +00:00 committed by Gerrit Code Review
commit c356568fbe
1 changed files with 1 additions and 1 deletions

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()