summaryrefslogtreecommitdiffstats
path: root/blueprints/policy_handler.yaml-template
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2018-04-27 00:37:31 +0000
committerHansen, Tony (th1395) <th1395@att.com>2018-04-27 03:45:34 +0000
commit68765fc66afe1648a113f8baa845407be19d26f8 (patch)
tree273f9788900b7e531be2ad442d1779e52ef55ce1 /blueprints/policy_handler.yaml-template
parent2f5b30af07916a63bc753c82e07986122d0be032 (diff)
fix blueprint import statement
the import statement in the blueprints - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types.yaml" should be - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/relationshipplugin/1.0.0/relationshipplugin_types.yaml" Change-Id: Idbfe54a10dba03c54241e048ef02e90380ad0cfa Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-476 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to 'blueprints/policy_handler.yaml-template')
-rw-r--r--blueprints/policy_handler.yaml-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/policy_handler.yaml-template b/blueprints/policy_handler.yaml-template
index 2f74251..b4064ae 100644
--- a/blueprints/policy_handler.yaml-template
+++ b/blueprints/policy_handler.yaml-template
@@ -26,7 +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/3/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 }}/relationshipplugin/1.0.0/relationshipplugin_types.yaml
inputs: