Merge "Fix syntax in kolla-build.conf example"

This commit is contained in:
Jenkins 2015-10-15 15:01:09 +00:00 committed by Gerrit Code Review
commit 7ee4bb01c2

View File

@ -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
[openstack-base]
type = git