add the kolla-build.conf generation doc

TrivialFix
Change-Id: Ic55664a8156560a9f979556ac9b0094fa2946ba4
This commit is contained in:
Allen Gao 2016-01-22 15:08:54 +08:00
parent 801f84ed11
commit 23555a6936

View File

@ -67,9 +67,14 @@ To trigger build.py to pull images from local registry,
the Docker configuration needs to be modified. See
`Docker Insecure Registry Config`_.
The build script reads its configuration from ``/etc/kolla/kolla-build.conf``
or ``etc/kolla/kolla-build.conf``. This is where to change the default
settings.
The build configuration can be customised using a config file, the default
location being one of ``/etc/kolla/kolla-build.conf`` or
``etc/kolla/kolla-build.conf``. This file can be generated using the following
command:
::
tox -e genconfig
Build OpenStack from Source