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

This commit is contained in:
Zuul 2018-02-13 15:13:33 +00:00 committed by Gerrit Code Review
commit 9735112313
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