From 554b3b3fc0b49106b037e6fed5c8aa4510084d25 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 18 Jul 2019 18:28:30 -0400 Subject: remove lines from jinja tempaltes Issue-ID: TEST-174 Change-Id: Ib54b1998e55681a14697336e63766134bfc4bac8 Signed-off-by: DR695H --- robot/assets/templates/so/cds_request.jinja | 2 +- robot/assets/templates/so/cds_vfmodule.jinja | 2 +- robot/assets/templates/so/cds_vnf.jinja | 2 +- robot/assets/templates/so/cloud_config_v3.jinja | 2 +- robot/assets/templates/so/create_cloud_config.jinja | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'robot/assets/templates/so') diff --git a/robot/assets/templates/so/cds_request.jinja b/robot/assets/templates/so/cds_request.jinja index bd82bc74..b39767ff 100644 --- a/robot/assets/templates/so/cds_request.jinja +++ b/robot/assets/templates/so/cds_request.jinja @@ -45,4 +45,4 @@ "modelType" : "service" } } -} +} \ No newline at end of file diff --git a/robot/assets/templates/so/cds_vfmodule.jinja b/robot/assets/templates/so/cds_vfmodule.jinja index b4b7d7e0..52c69242 100644 --- a/robot/assets/templates/so/cds_vfmodule.jinja +++ b/robot/assets/templates/so/cds_vfmodule.jinja @@ -13,4 +13,4 @@ "vfw_param3": "24" } ] -} +} \ No newline at end of file diff --git a/robot/assets/templates/so/cds_vnf.jinja b/robot/assets/templates/so/cds_vnf.jinja index d3aa35d1..a9825a37 100644 --- a/robot/assets/templates/so/cds_vnf.jinja +++ b/robot/assets/templates/so/cds_vnf.jinja @@ -20,4 +20,4 @@ "instanceName": "{{vnf_name}}", "instanceParams": [], "vfModules": [{{vf_modules}}] -} +} \ No newline at end of file diff --git a/robot/assets/templates/so/cloud_config_v3.jinja b/robot/assets/templates/so/cloud_config_v3.jinja index 6d445e56..dfd3fbba 100644 --- a/robot/assets/templates/so/cloud_config_v3.jinja +++ b/robot/assets/templates/so/cloud_config_v3.jinja @@ -16,4 +16,4 @@ "project_domain_name": "{{project_domain_name}}", "user_domain_name": "{{user_domain_name}}" } -} +} \ No newline at end of file diff --git a/robot/assets/templates/so/create_cloud_config.jinja b/robot/assets/templates/so/create_cloud_config.jinja index aeb6a826..2e73dada 100644 --- a/robot/assets/templates/so/create_cloud_config.jinja +++ b/robot/assets/templates/so/create_cloud_config.jinja @@ -14,4 +14,4 @@ "identity_server_type": "{{identity_server_type}}", "identity_authentication_type": "{{authentication_type}}" } -} +} \ No newline at end of file -- cgit 1.2.3-korg