diff options
author | Volodymyr Mytnyk <volodymyrx.mytnyk@intel.com> | 2019-02-22 15:55:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-02-22 15:55:42 +0000 |
commit | 454a495f8ad1d29d5885ae093076dd7a226b47f3 (patch) | |
tree | 93e7734099d4ad6a852145293ec408b13b30e179 /samples/vnf_samples/nsut | |
parent | d1f84fa084f1c7d9bede5c31596f4bbe8636fd1b (diff) | |
parent | 6e74a307df379d4f1dbf2d7e66574815b3b95ead (diff) |
Merge "Change default vports type to int"
Diffstat (limited to 'samples/vnf_samples/nsut')
-rw-r--r-- | samples/vnf_samples/nsut/agnostic/agnostic_vnf_topology_trex_tmpl.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/vnf_samples/nsut/agnostic/agnostic_vnf_topology_trex_tmpl.yaml b/samples/vnf_samples/nsut/agnostic/agnostic_vnf_topology_trex_tmpl.yaml index 8af938ba1..f8074f44f 100644 --- a/samples/vnf_samples/nsut/agnostic/agnostic_vnf_topology_trex_tmpl.yaml +++ b/samples/vnf_samples/nsut/agnostic/agnostic_vnf_topology_trex_tmpl.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --- -{% set vports = get(extra_args, 'vports', '2') %} +{% set vports = get(extra_args, 'vports', 2) %} nsd:nsd-catalog: nsd: - id: agnostic-topology @@ -49,4 +49,4 @@ nsd:nsd-catalog: - member-vnf-index-ref: '1' vnfd-connection-point-ref: xe{{vport+1}} vnfd-id-ref: tg__0 -{% endfor %}
\ No newline at end of file +{% endfor %} |