From 40829e6dd003876d582610c77905f9690063912f Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 11 Oct 2017 02:18:55 +0000 Subject: Fix line break in plugin URL Issue-Id: DCAEGEN2-128 Change-Id: I533d47c5b61ab33e0ab71ad5e5ab64e52dd8fe9c Signed-off-by: Lusheng Ji --- blueprints/DeploymentHandler.yaml-template | 3 +-- blueprints/config_binding_service.yaml-template | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/blueprints/DeploymentHandler.yaml-template b/blueprints/DeploymentHandler.yaml-template index 8046b20..c3f9c72 100644 --- a/blueprints/DeploymentHandler.yaml-template +++ b/blueprints/DeploymentHandler.yaml-template @@ -30,8 +30,7 @@ description: > imports: - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/dockerplugin/2/dockerplugin_types.yaml - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types. -yaml + - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types.yaml inputs: diff --git a/blueprints/config_binding_service.yaml-template b/blueprints/config_binding_service.yaml-template index a90823e..c681789 100644 --- a/blueprints/config_binding_service.yaml-template +++ b/blueprints/config_binding_service.yaml-template @@ -26,8 +26,7 @@ description: > imports: - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/dockerplugin/2/dockerplugin_types.yaml - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types. -yaml + - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types.yaml inputs: location_id: type: string -- cgit