Minor doc fixups in dev-quickstart.md

* Capitalise all usages of "Ansible", "Kolla", and "OpenStack"
* Fix some typos

Change-Id: I26acd90ca9f4a48673a95b0ab8e331f620058f6e
This commit is contained in:
Paul Bourke 2015-06-11 09:35:15 +00:00
parent 4fdaf6a1ce
commit 247095a0d3

View File

@ -59,7 +59,7 @@ running at a time.
service libvirtd stop
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.
## Starting Kolla
@ -77,7 +77,7 @@ you can edit for a different setup.
A mandatory step is customizing the FLAT_INTERFACE network interface
environment variable. The variable defaults to eth1. In some cases, the
second interface in a system may not be eth1, but a unique name. For
exmaple with an Intel driver, the interface is enp1s0. The interface name
example with an Intel driver, the interface is enp1s0. The interface name
can be determined by executing the ifconfig tool. The second interface must
be a real interface, not a virtual interface. Make certain to store the
interface name in `compose/openstack.env`:
@ -100,7 +100,7 @@ This will display information about all Kolla containers.
All Docker commands should be run from the directory of the Docker binary,
by default this is `/`.
The `start` command to kolla is responsible for starting the containers
The `start` command to Kolla is responsible for starting the containers
using `docker-compose -f <service-container> up -d`.
If you want to start a container set by hand use this template: