summaryrefslogtreecommitdiffstats
path: root/lcm/ns/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns/const.py')
-rw-r--r--lcm/ns/const.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lcm/ns/const.py b/lcm/ns/const.py
index b4165e5e..2527efdf 100644
--- a/lcm/ns/const.py
+++ b/lcm/ns/const.py
@@ -18,3 +18,6 @@ OWNER_TYPE = enum(VNF=0, VNFM=1, NS=2)
NS_INST_STATUS = enum(EMPTY='empty', INSTANTIATING='instantiating', TERMINATING='terminating',
ACTIVE='active', FAILED='failed', INACTIVE='inactive', UPDATING='updating', SCALING='scaling',
HEALING='healing')
+
+SERVICE_TYPE = 'NetworkService'
+SERVICE_ROLE = 'NetworkService'