From a84e0f52355c2e294e43027b871fe80efe6b6255 Mon Sep 17 00:00:00 2001
From: Chris Ricker <chricker@cisco.com>
Date: Fri, 13 Nov 2015 10:02:17 -0500
Subject: [PATCH] Update commands in kolla-build section

Remove build.py reference from kolla-build for clarity.

Change-Id: I82db9428fe3b1697877e967e060843270574ae71
Closes-Bug: #1516040
---
 doc/quickstart.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index d7405b76e0..cc3f7edfd9 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -319,9 +319,9 @@ or the build process will fail. To build images using default parameters run:
 
     kolla-build
 
-By default docker will build all containers using Centos as the base image and
-binary installation as base installation method. To change this behavior,
-please use the following parameters with build.py:
+By default kolla-build will build all containers using Centos as the base
+image and binary installation as base installation method. To change this
+behavior, please use the following parameters with kolla-build:
 
 ::
 
-- 
GitLab