aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml')
-rw-r--r--samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml3
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 %}