propagate caller when a method calls another method
[plcapi.git] / PLC / Methods / GetSliceTicket.py
index 90c0f63..fecf9ac 100644 (file)
@@ -63,7 +63,7 @@ class GetSliceTicket(Method):
         data = {
             'timestamp': int(time.time()),
             'initscripts': initscripts,
-            'slivers': get_slivers(self.api, auth, [slice['slice_id']]),
+            'slivers': get_slivers(self.api, self.caller, auth, [slice['slice_id']]),
             }
 
         # Sign ticket