Disable optical control mode for temp service
[transportpce.git] / renderer / src / main / java / org / opendaylight / transportpce / renderer / provisiondevice / RendererServiceOperations.java
index e71e4fce63743f4532a59f28697ba830b641ef52..cea8271574b03f1412faca3e164268f2a7ad028f 100644 (file)
@@ -16,7 +16,8 @@ import org.opendaylight.yang.gen.v1.http.org.openroadm.service.rev211210.service
 
 public interface RendererServiceOperations {
 
-    ListenableFuture<ServiceImplementationRequestOutput> serviceImplementation(ServiceImplementationRequestInput input);
+    ListenableFuture<ServiceImplementationRequestOutput> serviceImplementation(ServiceImplementationRequestInput input,
+                                                                               boolean isTempService);
 
     ListenableFuture<ServiceDeleteOutput> serviceDelete(ServiceDeleteInput input, Services service);
 }