Remove redundant word 'strategy'

Most of strategies have word 'strategy' in their display name.

Change-Id: I72504ba760c13685b5058524d202f00e01361403
This commit is contained in:
licanwei 2019-09-05 20:46:51 -07:00
parent 845a9187e3
commit 020a99f077
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,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()