Trivial fix typos
Change-Id: I4c7d3a0d815a616d1ba2c0d26135db5f2aea0c2f
This commit is contained in:
@@ -104,7 +104,7 @@ class WeightPlanner(base.BasePlanner):
|
||||
# START --> migrate-1 --> migrate-3
|
||||
# \ \--> resize-1 --> FINISH
|
||||
# \--> migrate-2 -------------/
|
||||
# In the above case migrate-1 will the only memeber of the leaf
|
||||
# In the above case migrate-1 will be the only member of the leaf
|
||||
# group that migrate-3 will use as parent group, whereas
|
||||
# resize-1 will have both migrate-2 and migrate-3 in its
|
||||
# parent/leaf group
|
||||
|
||||
@@ -297,7 +297,7 @@ class UnclassifiedStrategy(BaseStrategy):
|
||||
|
||||
The goal defined within this strategy can be used to simplify the
|
||||
documentation explaining how to implement a new strategy plugin by
|
||||
ommitting the need for the strategy developer to define a goal straight
|
||||
omitting the need for the strategy developer to define a goal straight
|
||||
away.
|
||||
"""
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ class WorkloadBalance(base.WorkloadStabilizationBaseStrategy):
|
||||
:param osc: :py:class:`~.OpenStackClients` instance
|
||||
"""
|
||||
super(WorkloadBalance, self).__init__(config, osc)
|
||||
# the migration plan will be triggered when the CPU utlization %
|
||||
# the migration plan will be triggered when the CPU utilization %
|
||||
# reaches threshold
|
||||
self._meter = self.METER_NAME
|
||||
self._ceilometer = None
|
||||
|
||||
@@ -152,7 +152,7 @@ class WorkloadStabilization(base.WorkloadStabilizationBaseStrategy):
|
||||
"metrics. The period is simply a repeating"
|
||||
" interval of time into which the samples"
|
||||
" are grouped for aggregation. Watcher "
|
||||
"uses only the last period of all recieved"
|
||||
"uses only the last period of all received"
|
||||
" ones.",
|
||||
"type": "object",
|
||||
"default": {"instance": 720, "node": 600}
|
||||
|
||||
Reference in New Issue
Block a user