Commit 0f8bda40 authored by Ricard Vilalta's avatar Ricard Vilalta
Browse files

Update slice.proto

parent 4d245b7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 processSliceGrouping (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.
}