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 mr...@apache.org on 2009/05/25 19:09:06 UTC

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

Author: mryan3
Date: Mon May 25 19:09:06 2009
New Revision: 778472

URL: http://svn.apache.org/viewvc?rev=778472&view=rev
Log:
Missed a file on the previous commit for getting stats on a per-vm basis


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=778472&r1=778471&r2=778472&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/nodemanager/vmcontrol/xenpv.py (original)
+++ incubator/tashi/trunk/src/tashi/nodemanager/vmcontrol/xenpv.py Mon May 25 19:09:06 2009
@@ -405,4 +405,5 @@
 		host.version = version
 		return host
 
-
+	def getStats(self, vmId):
+		return {}