aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/etc
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2020-05-27 13:14:22 -0700
committerstark, steven <steven.stark@att.com>2020-05-27 13:14:22 -0700
commit67bd9e52c527b7a0ed40eba0896bcae23e8eb4f6 (patch)
tree3d916f7b0b2bb09242fe90722206f1c19e44a470 /onap-client/etc
parentae7a1f690808666d0b6b8b79b739e3a865dd93b1 (diff)
[VVP] Fix VNF description
VNF description field is colliding w/ vnf property description field. Also updating VSP contributor/owner logic so a user doesn't get added if already present, and the owner doesn't get added if already the owner. Issue-ID: VVP-419 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ib8d8daa56c70f6ce548e8eebd9cdc43ff567f1dd
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 b58676b..7489912 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": "{{description}}",
+ "description": "{{vnf_description}}",
"icon": "defaulticon",
"componentInstancesProperties": {},
"componentInstancesAttributes": {},