Solve some spelling mistakes.

Change-Id: Id7e8c4efbfc4203e63583b68c87be75f4a195b66
This commit is contained in:
zte-hanrong
2016-11-18 14:57:06 +08:00
parent 3ebe8ab70f
commit 99735fa39a
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ This algorithm not only minimizes the overall number of used servers, but also
minimizes the number of migrations.
It has been developed only for tests. You must have at least 2 physical compute
nodes to run it, so you can easilly run it on DevStack. It assumes that live
nodes to run it, so you can easily run it on DevStack. It assumes that live
migration is possible on your OpenStack cluster.
"""

View File

@@ -129,7 +129,7 @@ class VMWorkloadConsolidation(base.ServerConsolidationBaseStrategy):
self.number_of_released_nodes -= 1
def add_action_disable_node(self, node):
"""Add an action for node disablity into the solution.
"""Add an action for node disability into the solution.
:param node: node object
:return: None