Update config of vfc-nfvo-lcm 75/20675/1
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 26 Oct 2017 02:08:47 +0000 (10:08 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 26 Oct 2017 02:08:47 +0000 (10:08 +0800)
Remove deploy workflow plan when start

Change-Id: I604be428257c97583b0e0489bac10beeae8e0cf9
Issue-Id: VFC-557
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/pub/config/config.py

index 0cb28d6..b7c1816 100644 (file)
@@ -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"