aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/so/templates/modify_pnf.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/so/templates/modify_pnf.json.j2')
-rw-r--r--src/onapsdk/so/templates/modify_pnf.json.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/src/onapsdk/so/templates/modify_pnf.json.j2 b/src/onapsdk/so/templates/modify_pnf.json.j2
index 898e549..53fa4ff 100644
--- a/src/onapsdk/so/templates/modify_pnf.json.j2
+++ b/src/onapsdk/so/templates/modify_pnf.json.j2
@@ -32,7 +32,7 @@
"instanceParams": [],
"resources": {
{% block pnfs %}
- {% if service.pnfs %}
+ {%- if service.pnfs %}
"pnfs": [
{% for pnf in service.pnfs %}
{
@@ -71,7 +71,7 @@
}
{% endfor %}
]
- {% endif %}
+ {%- endif %}
{% endblock %}
}
}