diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-26 10:08:47 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-26 10:08:47 +0800 |
commit | d6726ac01bf00a5952e024bab2e0014190d9bd32 (patch) | |
tree | 62d3ca44362e60f51009bf9121624c23f246d95e | |
parent | 173e61f897b523ed91f89476ddd1d18613ab4c78 (diff) |
Update config of vfc-nfvo-lcm
Remove deploy workflow plan when start
Change-Id: I604be428257c97583b0e0489bac10beeae8e0cf9
Issue-Id: VFC-557
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r-- | lcm/pub/config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/pub/config/config.py b/lcm/pub/config/config.py index 0cb28d68..b7c18162 100644 --- a/lcm/pub/config/config.py +++ b/lcm/pub/config/config.py @@ -68,6 +68,6 @@ SDC_USER = "SDC" SDC_PASSWD = "SDC" # [workflow] -DEPLOY_WORKFLOW_WHEN_START = True +DEPLOY_WORKFLOW_WHEN_START = False # Support option: activiti/wso2/buildin WORKFLOW_OPTION = "buildin" |