From 3105580d39205bee6e17a2283161d18c6e7a892e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Andr=C3=A9?= <m.andre@redhat.com>
Date: Thu, 10 Mar 2016 14:48:59 +0900
Subject: [PATCH] Provide instruction to generate kolla-build.conf

Although not strictly mandatory, it's less confusing to have
a kolla-build.conf file in /etc/kolla that users can modify it they
want to customize their builds, rather than to rely on defaults
settings and command line options.

The `tox -e genconfig` was already documented in "Image building" doc.

Change-Id: Ia44e6f28ce18601cdaba5109ea12cd50fa8372b2
Closes-Bug: #1532066
---
 doc/quickstart.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index d7a2f16e6a..566a3cb52d 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -92,7 +92,9 @@ Copy Kolla configuration to /etc:
 
 ::
 
-    cp -r kolla/etc/kolla /etc/
+    cd kolla
+    cp -r etc/kolla /etc/
+    tox -e genconfig
 
 Since Docker is required to build images as well as be present on all deployed
 targets, the Kolla community recommends installing the official Docker, Inc.
-- 
GitLab