diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-05 16:03:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-05 16:03:53 +0000 |
commit | 59fb6a08eceac07004f3e0c4ef7e4aad6595054e (patch) | |
tree | c85a76555ecbb7c2f11e86444e00beab107a2fd5 /samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml | |
parent | 395387185000a8d919499e25d7f1915e7a7f56e7 (diff) | |
parent | d8dc3f702466a5de095e1bc4d6c980e4e52e945a (diff) |
Merge "Adding sample testcases to run on standalone context"
Diffstat (limited to 'samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml')
-rw-r--r-- | samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml b/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml index 035c7336e..dfc0e678f 100644 --- a/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml +++ b/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml @@ -29,6 +29,9 @@ vnfd:vnfd-catalog: {% if ip is defined %} ip: '{{ip}}' # Value filled by vnfdgen {% endif %} + {% if host is defined %} + host: '{{host}}' # Value filled by vnfdgen + {% endif %} {% if key_filename is defined %} key_filename: '{{key_filename}}' # Value filled by vnfdgen {% endif %} |