From 82684d9ccc42d610e9e2defe9f267098fd291447 Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Thu, 15 Oct 2015 14:25:58 +0100 Subject: [PATCH] Fix syntax in kolla-build.conf example TrivialFix Change-Id: I60dacac49d416442e699c790617ac5ad0a8b0a8e --- etc/kolla/kolla-build.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/kolla/kolla-build.conf b/etc/kolla/kolla-build.conf index c4281248f2..11c5058c6f 100644 --- a/etc/kolla/kolla-build.conf +++ b/etc/kolla/kolla-build.conf @@ -48,13 +48,13 @@ # # [image-name] # type = url -# location: http://address/of/archive.tgz +# location = http://address/of/archive.tgz # # [another-image-name] # type = git -# location: git://address/of/repository.git -# reference: stable # git reference to pull, commit sha, tag or branch name -# # pulls from master branch unless specified otherwise +# location = git://address/of/repository.git +# reference = stable # git reference to pull, commit sha, tag or branch name +# # pulls from master branch unless specified otherwise [ceilometer-base] type = url