diff options
author | DR695H <dr695h@att.com> | 2019-07-18 18:28:30 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-18 18:28:30 -0400 |
commit | 554b3b3fc0b49106b037e6fed5c8aa4510084d25 (patch) | |
tree | 3593c19d12868c49f27835e6777d4e1e243c6911 /robot/assets/templates/so | |
parent | 1ccabd032ef21aee844640b49541d6f1224d572b (diff) |
remove lines from jinja tempaltes
Issue-ID: TEST-174
Change-Id: Ib54b1998e55681a14697336e63766134bfc4bac8
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/templates/so')
-rw-r--r-- | robot/assets/templates/so/cds_request.jinja | 2 | ||||
-rw-r--r-- | robot/assets/templates/so/cds_vfmodule.jinja | 2 | ||||
-rw-r--r-- | robot/assets/templates/so/cds_vnf.jinja | 2 | ||||
-rw-r--r-- | robot/assets/templates/so/cloud_config_v3.jinja | 2 | ||||
-rw-r--r-- | robot/assets/templates/so/create_cloud_config.jinja | 2 |
5 files changed, 5 insertions, 5 deletions
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 |