Commit b0c70ad6 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common Framework:

- Fix Constants for microservice names
parent 032952a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ class ServiceNameEnum(Enum):
    QOSPROFILE             = 'qos-profile'
    OSMCLIENT              = 'osm-client'
    PLUGGABLES             = 'dscm-pluggable'
    LOGICALRESOURCE        = 'logical-resources'
    LOGICALRESOURCES       = 'logical-resources'

    # Used for test and debugging only
    DLT_GATEWAY    = 'dltgateway'
@@ -120,7 +120,7 @@ DEFAULT_SERVICE_GRPC_PORTS = {
    ServiceNameEnum.AUTOMATION             .value : 30200,
    ServiceNameEnum.OSMCLIENT              .value : 30210,
    ServiceNameEnum.PLUGGABLES             .value : 30220,
    ServiceNameEnum.LogicalResource        .value : 30230,
    ServiceNameEnum.LOGICALRESOURCES       .value : 30230,

    # Used for test and debugging only
    ServiceNameEnum.DLT_GATEWAY   .value : 50051,