[Trivialfix]Modify a grammatical error
Modify a grammatical error in basic_consolidation.py. Change-Id: I9770121b0b0064c3ddfb582e5eaf6ee52ae8d6bb
This commit is contained in:
@@ -178,7 +178,7 @@ class BasicConsolidation(base.ServerConsolidationBaseStrategy):
|
|||||||
:param source_node: the current node of the virtual machine
|
:param source_node: the current node of the virtual machine
|
||||||
:param destination_node: the destination of the virtual machine
|
:param destination_node: the destination of the virtual machine
|
||||||
:param instance_to_migrate: the instance / virtual machine
|
:param instance_to_migrate: the instance / virtual machine
|
||||||
:return: True if the there is enough place otherwise false
|
:return: True if there is enough place otherwise false
|
||||||
"""
|
"""
|
||||||
if source_node == destination_node:
|
if source_node == destination_node:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user