You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2010/11/10 21:05:32 UTC

svn commit: r1033710 - /incubator/tashi/trunk/src/tashi/nodemanager/vmcontrol/xenpv.py

Author: stroucki
Date: Wed Nov 10 21:05:32 2010
New Revision: 1033710

URL: http://svn.apache.org/viewvc?rev=1033710&view=rev
Log:
don't know

Modified:
    incubator/tashi/trunk/src/tashi/nodemanager/vmcontrol/xenpv.py

Modified: incubator/tashi/trunk/src/tashi/nodemanager/vmcontrol/xenpv.py
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/tashi/nodemanager/vmcontrol/xenpv.py?rev=1033710&r1=1033709&r2=1033710&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/nodemanager/vmcontrol/xenpv.py (original)
+++ incubator/tashi/trunk/src/tashi/nodemanager/vmcontrol/xenpv.py Wed Nov 10 21:05:32 2010
@@ -291,6 +291,7 @@ extra='xencons=tty'
 		f = open(fn, "w")
 		f.write(bootstr)
 		f.write(diskconfig)
+		f.write(rootconfig)
 		f.write(netconfig)
 		f.write(memconfig)
 		f.write(cpuconfig)