Skip to content
Snippets Groups Projects
Commit fedfd8a1 authored by Mitsuhiro SHIGEMATSU's avatar Mitsuhiro SHIGEMATSU
Browse files

Fix typos in kolla/docs

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

Change-Id: Icc43c1ab70400027372dd874393a73ba2a8d2128
parent 1f136352
No related branches found
No related tags found
No related merge requests found
# 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.
......
...@@ -6,13 +6,13 @@ via docker-compose using docker-compose YML files. Each container set has a ...@@ -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. ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment