From 1bad32ffc12d41e2e8f2fbac2407f5195d64a6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Wed, 30 Sep 2015 21:51:59 +0900 Subject: [PATCH] Fix wrong option name in kolla-build.conf The install type can now be change by specifying the correct option name. Change-Id: I612afc3df1e0e1bdfa9243417537eb176f0d89cc Closes-Bug: #1501327 --- etc/kolla/kolla-build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kolla/kolla-build.conf b/etc/kolla/kolla-build.conf index aec6ca6f7a..c4281248f2 100644 --- a/etc/kolla/kolla-build.conf +++ b/etc/kolla/kolla-build.conf @@ -15,7 +15,7 @@ #base_tag = latest # The method of the OpenStack install -#type = binary +#install_type = binary # Do not use Docker cache when building #no_cache = False