diff options
author | Alex Shatov <alexs@att.com> | 2017-09-15 14:03:13 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2017-09-15 14:03:13 -0400 |
commit | a5bfd6aed8b182416ef1cf0ce88dbc0b61d92fa0 (patch) | |
tree | b3b28d1c2f9719851bf17bc41d47793e793035bd /etc_upload | |
parent | 36dc52430f5b05025588e500c4ec527dc3bbeb45 (diff) |
version and proper deployment_handler in config
Change-Id: I4cde9c4a2e1305519458658479a1c19c36c80a5b
Issue-Id: DCAEGEN2-62
Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'etc_upload')
-rw-r--r-- | etc_upload/config.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc_upload/config.json b/etc_upload/config.json index 920a9be..e143773 100644 --- a/etc_upload/config.json +++ b/etc_upload/config.json @@ -19,7 +19,6 @@ }, "target_entity" : "policy_engine" }, - "deploy_handler_" : "policy_deploy_handler", - "deploy_handler" : "alex_dh" + "deploy_handler" : "deployment_handler" } } |