From 42f0d074a71cddccbb55fcaa1c0e8e52e78312b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Thu, 30 Jun 2011 18:12:38 +0200 Subject: [PATCH] kvm : add instance-recipe --- software/kvm/software.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/software/kvm/software.cfg b/software/kvm/software.cfg index 8432290..7e0cce2 100644 --- a/software/kvm/software.cfg +++ b/software/kvm/software.cfg @@ -10,9 +10,17 @@ extends = parts += template + instance-recipe-egg + +[instance-recipe] +egg = slapos.cookbook +module = kvm [instance-recipe-egg] slaposcookbook_dummy = ${slaposcookbook:location} +recipe = zc.recipe.egg +python = python2.7 +eggs = ${instance-recipe:egg} [template] recipe = slapos.recipe.template -- 2.1.4