Commit 56dd93f0 authored by kesnar's avatar kesnar
Browse files

refactor: change ztp naming for common

parent 1560490b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ class ServiceNameEnum(Enum):
    DEVICE                 = 'device'
    SERVICE                = 'service'
    SLICE                  = 'slice'
    AUTOMATION             = 'automation'
    ZTP                    = 'ztp'
    POLICY                 = 'policy'
    MONITORING             = 'monitoring'
    DLT                    = 'dlt'
@@ -68,7 +68,7 @@ DEFAULT_SERVICE_GRPC_PORTS = {
    ServiceNameEnum.DEVICE                 .value :  2020,
    ServiceNameEnum.SERVICE                .value :  3030,
    ServiceNameEnum.SLICE                  .value :  4040,
    ServiceNameEnum.AUTOMATION             .value :  5050,
    ServiceNameEnum.ZTP                    .value :  5050,
    ServiceNameEnum.POLICY                 .value :  6060,
    ServiceNameEnum.MONITORING             .value :  7070,
    ServiceNameEnum.DLT                    .value :  8080,