Add one more step to generate kolla-build.conf file

Change-Id: Ieaa516c8f18d42d0a8fd3f65ad6cf0b88d9c49ef
Closes-Bug: #1744453
This commit is contained in:
chenxing 2018-01-29 15:02:54 +08:00
parent 884dd555ac
commit b8d8c21f88
1 changed files with 1 additions and 0 deletions

View File

@ -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