From b8d8c21f8841b3de35c7437d545fc3c933039552 Mon Sep 17 00:00:00 2001 From: chenxing Date: Mon, 29 Jan 2018 15:02:54 +0800 Subject: [PATCH] Add one more step to generate kolla-build.conf file Change-Id: Ieaa516c8f18d42d0a8fd3f65ad6cf0b88d9c49ef Closes-Bug: #1744453 --- doc/source/admin/image-building.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/admin/image-building.rst b/doc/source/admin/image-building.rst index 6a0e3ab4a4..056b2d8e97 100644 --- a/doc/source/admin/image-building.rst +++ b/doc/source/admin/image-building.rst @@ -23,6 +23,7 @@ Generate the ``kolla-build.conf`` file using the following steps. .. code-block:: console pip install tox + cd kolla/ tox -e genconfig .. end