Merge branch 'fibre' of ssh://git.onelab.eu/git/myslice into fibre
[unfold.git] / activity / slice.py
diff --git a/activity/slice.py b/activity/slice.py
new file mode 100644 (file)
index 0000000..f7f1eff
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# log functions for slice
+#
+
+import activity
+
+def validate(request, o):
+    activity.log(request, "slice.validate", "Slice validation", o)
+    
+def resource(request, o):
+    activity.log(request, "slice.resource", "Resource reservation", o)
\ No newline at end of file