aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/so/templates/instantiate_service_ala_carte.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/so/templates/instantiate_service_ala_carte.json.j2')
-rw-r--r--src/onapsdk/so/templates/instantiate_service_ala_carte.json.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/src/onapsdk/so/templates/instantiate_service_ala_carte.json.j2 b/src/onapsdk/so/templates/instantiate_service_ala_carte.json.j2
index 4954cde..47ddeef 100644
--- a/src/onapsdk/so/templates/instantiate_service_ala_carte.json.j2
+++ b/src/onapsdk/so/templates/instantiate_service_ala_carte.json.j2
@@ -20,12 +20,12 @@
},
"requestParameters": {
"userParams": [
- {% if enable_multicloud %}
+ {%- if enable_multicloud %}
{
"name":"orchestrator",
"value":"multicloud"
}
- {% endif %}
+ {%- endif %}
],
"testApi": "GR_API",
"subscriptionServiceType": "{{ service_subscription.service_type }}",