From 22bf85eecec609dc784442b92837fb9e3089d7bc Mon Sep 17 00:00:00 2001 From: Ricard Vilalta <ricard.vilalta@cttc.es> Date: Tue, 12 Jul 2022 06:16:31 +0000 Subject: [PATCH] Update slice.proto --- proto/slice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/slice.proto b/proto/slice.proto index 2a916bc0d..69fa242e2 100644 --- a/proto/slice.proto +++ b/proto/slice.proto @@ -22,5 +22,5 @@ service SliceService { rpc UpdateSlice(context.Slice ) returns (context.SliceId) {} rpc DeleteSlice(context.SliceId) returns (context.Empty ) {} rpc OrderSliceWithSLA(context.Slice) returns (context.SliceId) {} // If slice with SLA already exists, returns slice. If not, it creates it. - rpc runSliceGrouping (context.Empty) returns (context.Empty) {} // Optimizes the underlying services and re-maps them to the requested slices. + rpc RunSliceGrouping (context.Empty) returns (context.Empty) {} // Optimizes the underlying services and re-maps them to the requested slices. } -- GitLab