From 2e352a387c4dd32a6556ebdb991122306e7acfb1 Mon Sep 17 00:00:00 2001 From: Sayantani Goswami Date: Wed, 30 Nov 2016 18:12:11 +0000 Subject: [PATCH] Corrected Punctuation in quickstart.rst Punctuation and typo correction. Changed gb to GB. Change-Id: I3f9aeef1022bd33106146b1f7a5c23278d6e5f51 --- doc/quickstart.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 36114fc189..ebfbeca442 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -4,7 +4,7 @@ Quick Start =========== -This guide provides a step by step of how to deploy Kolla on bare metal or a +This guide provides a step by step procedure to deploy Kolla on bare metal or a virtual machine. Host machine requirements @@ -13,8 +13,8 @@ Host machine requirements The recommended deployment target requirements: - 2 (or more) network interfaces. -- At least 8gb main memory -- At least 40gb disk space. +- At least 8GB main memory. +- At least 40GB disk space. .. note:: Some commands below may require root permissions (e.g. pip, apt-get). @@ -217,7 +217,7 @@ libraries: yum install python-docker-py -Or using ``pip`` to install a latest version: +Or using ``pip`` to install the latest version: ::