summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/const.py
diff options
context:
space:
mode:
authorFu Jinhua <fu.jinhua@zte.com.cn>2018-09-10 01:27:26 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-10 01:27:26 +0000
commit86af279acebf863b46693e8ba0f2f43013b2b66e (patch)
treeea9e1c0e325fa3f4619f762a3ea9097d65d9a1ca /lcm/lcm/nf/const.py
parent1705165b273a1e8bde6b497b4973d66bb886169d (diff)
parent70bb01f730b2586821d7d231906d1e1f6f090cb8 (diff)
Merge "Align grant request with SOL003."
Diffstat (limited to 'lcm/lcm/nf/const.py')
-rw-r--r--lcm/lcm/nf/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/nf/const.py b/lcm/lcm/nf/const.py
index ff7fb1a6..15e27155 100644
--- a/lcm/lcm/nf/const.py
+++ b/lcm/lcm/nf/const.py
@@ -17,7 +17,7 @@ from lcm.pub.utils.jobutil import enum
HEAL_ACTION_TYPE = enum(START="vmCreate", RESTART="vmReset")
ACTION_TYPE = enum(START=1, STOP=2, REBOOT=3)
-GRANT_TYPE = enum(INSTANTIATE="Instantiate", TERMINATE="Terminate", HEAL_CREATE="Heal Create", HEAL_RESTART="Heal Restart", OPERATE="Operate")
+GRANT_TYPE = enum(INSTANTIATE="INSTANTIATE", TERMINATE="TERMINATE", HEAL_CREATE="Heal Create", HEAL_RESTART="Heal Restart", OPERATE="OPERATE")
VNF_STATUS = enum(NULL='null', INSTANTIATING="instantiating", INACTIVE='inactive', ACTIVE="active",
FAILED="failed", TERMINATING="terminating", SCALING="scaling", OPERATING="operating",
UPDATING="updating", HEALING="healing")