
Part of changes discussed during Kolla Kalls. These make our documentation easier to digest. Changes in conf.py are to avoid warnings from sphinx. Change-Id: I76ab6786b271963252278fcf12f1a28cab520fdb
543 B
543 B
Generating kolla-build.conf
Install tox and generate the build configuration. The build configuration is designed to hold advanced customizations when building images.
If you have already cloned the Kolla Git repository to the
kolla
folder, generate the kolla-build.conf
file using the following steps.
python3 -m pip install tox
cd kolla/
tox -e genconfig
The location of the generated configuration file is
etc/kolla/kolla-build.conf
.