From ad670bb30c698571dfbaf5d894deff32f7a69010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Wed, 9 Sep 2015 17:32:11 +0900 Subject: [PATCH] Make kolla-build able to build source images The pip installed kolla-build script was not able to build source images due to missing build.ini file containing information where to download sources. Change-Id: Ibc347daff76b445f032d8366bea3a58549cda766 Closes-Bug: #1493728 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 86514738fe..9a33df4961 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ data_files = share/kolla/vagrant = vagrant/* share/kolla = tools/init-runonce share/kolla = tools/openrc-example + share/kolla = build.ini scripts = tools/kolla-ansible