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

View File

@ -23,6 +23,7 @@ Generate the ``kolla-build.conf`` file using the following steps.
.. code-block:: console .. code-block:: console
pip install tox pip install tox
cd kolla/
tox -e genconfig tox -e genconfig
.. end .. end