slice hrn is passed to slice control methods
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Thu, 2 Jul 2009 08:35:55 +0000 (08:35 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Thu, 2 Jul 2009 08:35:55 +0000 (08:35 +0000)
geni/util/geniclient.py

index fb969f7..0022eab 100644 (file)
@@ -313,8 +313,8 @@ class GeniClient():
     # @param cred a credential identifying the caller (callerGID) and the slice
     #     (objectGID)
 
-    def reset_slice(self, cred):
-        result = self.server.reset_slice(cred.save_to_string(save_parents=True))
+    def reset_slice(self, cred, hrn):
+        result = self.server.reset_slice(cred.save_to_string(save_parents=True), hrn)
         return result
 
     ##