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

Common Framework:

- Fix Constants for microservice names
parent 4eab9694
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'
    SPINELEAF              = 'spineleaf'
    SPINELEAF              = 'spine-leaf'

    # Used for test and debugging only
    DLT_GATEWAY    = 'dltgateway'