diff options
author | 2018-08-14 12:59:52 -0400 | |
---|---|---|
committer | 2018-08-14 12:59:52 -0400 | |
commit | 1cddbc70e4799970dc606014ef79e025d6a8e722 (patch) | |
tree | aa671017d895f8c1942dab520abe241381fec5e9 /etc_upload | |
parent | 1c4c6626f2abb24bcb35af581c6e57130f0ccae2 (diff) |
4.1.0 pass cfy_tenant_name to deployment-handler
- pass cfy_tenant_name in query from policy-handler
to deployment-handler
- new config "query":{"cfy_tenant_name": "default_tenant"}
- limits the single policy-handler to a single cfy_tenant_name
in cloudify under the deployment-handler
Change-Id: I257a9b74be6ddcde77a2b4fceabd4aa628890466
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-704
Diffstat (limited to 'etc_upload')
-rw-r--r-- | etc_upload/config.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc_upload/config.json b/etc_upload/config.json index a38d81c..2e3b412 100644 --- a/etc_upload/config.json +++ b/etc_upload/config.json @@ -24,7 +24,10 @@ "deploy_handler" : { "target_entity" : "deployment_handler", "url" : "http://deployment_handler:8188", - "max_msg_length_mb" : 5 + "max_msg_length_mb" : 5, + "query" : { + "cfy_tenant_name" : "default_tenant" + } } } } |