Fix typos in docs

TrivialFix:
"automaticly" should be "automatically"
"instnaces" should be "instances"
"verison" should be "version"

Change-Id: If470b65277718a4c6d1c56b4d215b565babe67d0
This commit is contained in:
zhangyanxian 2016-12-19 07:50:08 +00:00
parent 5ebc7f0c88
commit f53c30d90b
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ Problem description
===================
As an operator, when you manage hundred or thousand nodes, instances will be
automaticly balanced though all nodes. There is no possibility to ask the
automatically balanced though all nodes. There is no possibility to ask the
infrastructure to group a kind of instances on the same hosts if possible.
A kind of instance could be based on a specific image, a specific flavor.

View File

@ -133,7 +133,7 @@ REST API layer is the place to enforce policy consistently.
* We won't use 'compute' and 'compute_extension' to distingish the core and
extension API. Because the core API may be changed in the future.
* We also remove the API verison from the policy rule. Because after we have
* We also remove the API version from the policy rule. Because after we have
Micro-version, the version will be changed often.
* For volume related extensions, there isn't any thing can do, there already

View File

@ -79,7 +79,7 @@ Proposed change
===============
The compute manager code will be changed such that when rescue is performed
the full block device mapping will be present. This will allow instnaces to
the full block device mapping will be present. This will allow instances to
be configured with the full set of cinder volumes that would appear during
normal boot.

View File

@ -79,7 +79,7 @@ Proposed change
===============
The compute manager code will be changed such that when rescue is performed
the full block device mapping will be present. This will allow instnaces to
the full block device mapping will be present. This will allow instances to
be configured with the full set of cinder volumes that would appear during
normal boot.