Fix syntax in kolla-build.conf example

TrivialFix

Change-Id: I60dacac49d416442e699c790617ac5ad0a8b0a8e
This commit is contained in:
Paul Bourke 2015-10-15 14:25:58 +01:00
parent 63a2f61bc8
commit 82684d9ccc

@ -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