Fix a typo in basic_consolidation.py
LOG.info(_LI("Initializing Sercon Consolidation"))
here 'Sercon' should be 'Server'
Change-Id: I3dc341a49066a7280bebb75471c8b433c7d0c1e7
This commit is contained in:
@@ -405,7 +405,7 @@ class BasicConsolidation(base.ServerConsolidationBaseStrategy):
|
||||
return unsuccessful_migration + 1
|
||||
|
||||
def pre_execute(self):
|
||||
LOG.info(_LI("Initializing Sercon Consolidation"))
|
||||
LOG.info(_LI("Initializing Server Consolidation"))
|
||||
if not self.compute_model:
|
||||
raise exception.ClusterStateNotDefined()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user