Allow extends from instance profile to another one

parent dfa6e4c5
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
############################# #############################
[buildout] [buildout]
extends = instance-kvm.cfg extends = ${template-kvm:output}
[kvm-instance] [kvm-instance]
recipe = slapos.cookbook:kvm recipe = slapos.cookbook:kvm
......
...@@ -137,7 +137,7 @@ mode = 0644 ...@@ -137,7 +137,7 @@ mode = 0644
[template-kvmplus] [template-kvmplus]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-kvmplus.cfg url = ${:_profile_base_location_}/instance-kvmplus.cfg
md5sum = 2e35c5b2ac9ee51d8f98fb1199f011c4 md5sum = e53aaf483679176ab68ab46aa78aad88
output = ${buildout:directory}/template-kvmplus.cfg output = ${buildout:directory}/template-kvmplus.cfg
mode = 0644 mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment