Merge "Fix syntax in kolla-build.conf example"
This commit is contained in:
commit
7ee4bb01c2
@ -48,13 +48,13 @@
|
|||||||
#
|
#
|
||||||
# [image-name]
|
# [image-name]
|
||||||
# type = url
|
# type = url
|
||||||
# location: http://address/of/archive.tgz
|
# location = http://address/of/archive.tgz
|
||||||
#
|
#
|
||||||
# [another-image-name]
|
# [another-image-name]
|
||||||
# type = git
|
# type = git
|
||||||
# location: git://address/of/repository.git
|
# location = git://address/of/repository.git
|
||||||
# reference: stable # git reference to pull, commit sha, tag or branch name
|
# reference = stable # git reference to pull, commit sha, tag or branch name
|
||||||
# # pulls from master branch unless specified otherwise
|
# # pulls from master branch unless specified otherwise
|
||||||
|
|
||||||
[openstack-base]
|
[openstack-base]
|
||||||
type = git
|
type = git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user