diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-11 02:18:55 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-11 02:19:06 +0000 |
commit | 40829e6dd003876d582610c77905f9690063912f (patch) | |
tree | 076acffad44c1841e6d94e42a352ba2c187c2057 | |
parent | 3bc77b80bc2fb453de810a303185fa9952b9a744 (diff) |
Fix line break in plugin URL
Issue-Id: DCAEGEN2-128
Change-Id: I533d47c5b61ab33e0ab71ad5e5ab64e52dd8fe9c
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | blueprints/DeploymentHandler.yaml-template | 3 | ||||
-rw-r--r-- | 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 |