From 23555a6936d36bb8148102b75f47b726484c2fd9 Mon Sep 17 00:00:00 2001 From: Allen Gao Date: Fri, 22 Jan 2016 15:08:54 +0800 Subject: [PATCH] add the kolla-build.conf generation doc TrivialFix Change-Id: Ic55664a8156560a9f979556ac9b0094fa2946ba4 --- doc/image-building.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/image-building.rst b/doc/image-building.rst index 935df31d43..ba07bbad4d 100644 --- a/doc/image-building.rst +++ b/doc/image-building.rst @@ -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