Merge "Fixed slight gramatical issues that could be considered confusing"

This commit is contained in:
Jenkins 2016-02-26 22:46:01 +00:00 committed by Gerrit Code Review
commit 68ea0f55f4

@ -8,25 +8,25 @@ Two virtualized evaluation and development environment options are
available. These options permit the evaluation of Kolla without available. These options permit the evaluation of Kolla without
disrupting the host operating system. disrupting the host operating system.
If developing or evaluating Kolla on an OpenStack cloud environment that If developing or evaluating Kolla on an OpenStack cloud
supports Heat, follow the :doc:`Heat evaluation and developer environment environment that supports Heat, follow the :doc:`Heat evaluation
guide <heat-dev-env>`. and developer environment guide <heat-dev-env>`.
If developing or evaluating Kolla on a system that provides VirtualBox or If developing or evaluating Kolla on a system that provides
Libvirt in addition to Vagrant, use the Vagrant virtual environment documented VirtualBox or Libvirt in addition to Vagrant, use the Vagrant virtual
in :doc:`Vagrant evaluation and environment documented in :doc:`Vagrant evaluation and
developer environment guide <vagrant-dev-env>`. developer environment guide <vagrant-dev-env>`.
If evaluating or deploying OpenStack on bare-metal with Kolla, follow the If evaluating or deploying OpenStack on bare-metal with Kolla,
instructions in this document to get started. follow the instructions in this document to get started.
Host machine requirements Host machine requirements
------------------------- -------------------------
The recommended deployment target requirements: The recommended deployment target requirements:
- Two network interfaces. - 2 (or more) network interfaces.
- More than 8gb main memory. - At least 8gb main memory
- At least 40gb disk space. - At least 40gb disk space.
.. NOTE:: Some commands below may require root permissions (e.g. pip, apt-get). .. NOTE:: Some commands below may require root permissions (e.g. pip, apt-get).
@ -95,9 +95,9 @@ Copy Kolla configuration to /etc:
cp -r kolla/etc/kolla /etc/ cp -r kolla/etc/kolla /etc/
Since Docker is required to build images as well as be present on all deployed Since Docker is required to build images as well as be present on all deployed
targets, the Kolla community recommends installing the Docker Inc. packaged targets, the Kolla community recommends installing the official Docker, Inc.
version of Docker for maximum stability and compatibility with the following packaged version of Docker for maximum stability and compatibility with the
command: following command:
:: ::