Fix typos in kolla/docs

Fix typos in kolla/docs/integration-guide.md & developer-env.md

Change-Id: Icc43c1ab70400027372dd874393a73ba2a8d2128
This commit is contained in:
Mitsuhiro SHIGEMATSU 2015-03-19 01:22:45 +09:00
parent 1f136352ce
commit fedfd8a193
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Developer env # Developer env
The basic starting enviroment will be created using `docker-compose`. The basic starting environment will be created using `docker-compose`.
This environment will start up the openstack services listed in the This environment will start up the openstack services listed in the
compose directory. compose directory.

View File

@ -6,13 +6,13 @@ via docker-compose using docker-compose YML files. Each container set has a
common YML and associated openstack.env. The openstack.env file describes the common YML and associated openstack.env. The openstack.env file describes the
command line environment to pass to the docker-compose yml files. command line environment to pass to the docker-compose yml files.
## Why integate with Kolla? ## Why integrate with Kolla?
Integrating with Kolla takes a hard part of managing an OpenStack system, Integrating with Kolla takes a hard part of managing an OpenStack system,
specifically managing the container images, and places the burden on a third specifically managing the container images, and places the burden on a third
party project. We strive to do an excellent job of providing world-class party project. We strive to do an excellent job of providing world-class
OpenStack containers at least as a reference architecture, and possibly as what OpenStack containers at least as a reference architecture, and possibly as what
may be desireable to deploy into live production. may be desirable to deploy into live production.
## Docker Command Line Arguments ## Docker Command Line Arguments
@ -37,7 +37,7 @@ executed via docker-compose.
Rather then document which individual containers require specific configuration Rather then document which individual containers require specific configuration
variables, Kolla integration requires passing all configuration variables to variables, Kolla integration requires passing all configuration variables to
all containers. This allows a simple method of ensuring every type of node all containers. This allows a simple method of ensuring every type of node
(controller, storage, compute) recieves the same configuration. (controller, storage, compute) receives the same configuration.
### Environment Variable KEY/VALUE pairs ### Environment Variable KEY/VALUE pairs