[Erp5-report] r35308 rafael - /erp5/trunk/utils/erp5.timmy/src/erp5/timmy/examples/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 14 04:24:36 CEST 2010


Author: rafael
Date: Fri May 14 04:24:36 2010
New Revision: 35308

URL: http://svn.erp5.org?rev=35308&view=rev
Log:
The key should be input and path is automactically created.

Modified:
    erp5/trunk/utils/erp5.timmy/src/erp5/timmy/examples/kvm-instance-template.cfg

Modified: erp5/trunk/utils/erp5.timmy/src/erp5/timmy/examples/kvm-instance-template.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.timmy/src/erp5/timmy/examples/kvm-instance-template.cfg?rev=35308&r1=35307&r2=35308&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.timmy/src/erp5/timmy/examples/kvm-instance-template.cfg [utf8] (original)
+++ erp5/trunk/utils/erp5.timmy/src/erp5/timmy/examples/kvm-instance-template.cfg [utf8] Fri May 14 04:24:36 2010
@@ -12,5 +12,9 @@
   user,hostname=%{ID}
   nic,model=%{KVM_NET_MODEL}
 
-ssh_port = %{TCP_PORT} 
-ssh_key_path = %{KVM_SSH_KEY}
+ssh_port = %{TCP_PORT}
+ssh_key_path = ${:location}/%{ID}.key
+
+ssh_key = 
+%{KVM_SSH_KEY}
+




More information about the Erp5-report mailing list