aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/etc
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2020-05-21 14:36:33 -0700
committerstark, steven <steven.stark@att.com>2020-05-21 14:42:25 -0700
commitae7a1f690808666d0b6b8b79b739e3a865dd93b1 (patch)
tree88b381417f9e4c75fde07622741fe852aeee1984 /onap-client/etc
parentd481ad9918d383c82335e52db4a360964194ef5d (diff)
[VVP] adding VSP owner and VF description
Adding optional mechanism to override the VSP owner Addition optional field for the VF descriptino Issue-ID: VVP-418 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ib297a22a75a138881647fc2b8e91149c9e7a686c
Diffstat (limited to 'onap-client/etc')
-rw-r--r--onap-client/etc/payloads/catalog_resource.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/onap-client/etc/payloads/catalog_resource.jinja b/onap-client/etc/payloads/catalog_resource.jinja
index b9647b8..b58676b 100644
--- a/onap-client/etc/payloads/catalog_resource.jinja
+++ b/onap-client/etc/payloads/catalog_resource.jinja
@@ -3,7 +3,7 @@
"toscaArtifacts": {},
"contactId": "{{contact_id}}",
"categories": {{categories|tojson(indent=4)}},
- "description": "vendor software product",
+ "description": "{{description}}",
"icon": "defaulticon",
"componentInstancesProperties": {},
"componentInstancesAttributes": {},