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