Skip to content
Snippets Groups Projects

Resolve "E2E Orchestrator component has wrong service name in Constants.py" in R3

2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -58,7 +58,7 @@ class ServiceNameEnum(Enum):
CACHING = 'caching'
TE = 'te'
FORECASTER = 'forecaster'
E2EORCHESTRATOR = 'e2eorchestrator'
E2EORCHESTRATOR = 'e2e-orchestrator'
OPTICALCONTROLLER = 'opticalcontroller'
BGPLS = 'bgpls-speaker'
Loading