define systemd.log_target=console when used with systemd-debug
[plcapi.git] / PLC / Methods / AddSliceInstantiation.py
index 545424e..0374957 100644 (file)
@@ -20,8 +20,6 @@ class AddSliceInstantiation(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Add'
-    object_type = 'SliceInstantiation'
 
     def call(self, auth, name):
         slice_instantiation = SliceInstantiation(self.api)