From 9fba8899dbb34eb91b0674af2d0a21ffa1f70ead Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Thu, 6 May 2010 22:13:32 +0000
Subject: [PATCH] Update configuration with the most recent definitions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35069 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/instance-profiles/kvm.cfg | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/buildout/instance-profiles/kvm.cfg b/buildout/instance-profiles/kvm.cfg
index 8f4de3160d..3d137f93ec 100644
--- a/buildout/instance-profiles/kvm.cfg
+++ b/buildout/instance-profiles/kvm.cfg
@@ -4,15 +4,14 @@ develop += local-eggs/erp5.recipe.kvm
 
 [kvm-instance-template]
 recipe = erp5.recipe.kvm
-url = <DEFINE YOUR IMAGE HERE>
+image = <DEFINE YOUR IMAGE URL HERE>
+#file = <DEFINE YOUR IMAGE or PARTION PATH HERE>
 gzip = true
 
 kvm_snapshot = true
 
 # ssh Information
-ssh_key_file =
-ssh_user = root
-ssh_hostname = localhost
+ssh_key_file = <DEFINE YOUR IMAGE HERE>
 ssh_port = 13456
 
 [requirements]
-- 
2.30.9