diff options
author | Itohan <itohan.ukponmwan@intel.com> | 2018-11-15 07:03:18 -0800 |
---|---|---|
committer | Itohan <itohan.ukponmwan@intel.com> | 2018-11-15 07:06:42 -0800 |
commit | fdc0088b5a3e5b3cdc95c40ec346a178ef203457 (patch) | |
tree | d3ef0e32752c34d1afa9f6e4259aca822a994653 /heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml | |
parent | ffe81cb66e38da20dd8d97ff15157eec032232d5 (diff) |
Added Default parameters value to vnic type
-Added default vnic type value of normal for
all the vnic type parameters
Change-Id: Ic997eaf22be0eda71f561bb2a7f20d31bc66b027
Issue-ID: INT-703
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Diffstat (limited to 'heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml')
-rw-r--r-- | heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml b/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml index 20d76a28..8ce1225b 100644 --- a/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml +++ b/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml @@ -92,9 +92,11 @@ parameters: vpg_private_0_port_vnic_type: type: string description: vpg port 0 vnic type (normal, direct) + default: normal vpg_private_1_port_vnic_type: type: string description: vpg port 1 vnic type (normal, direct) + default: normal vpg_name_0: type: string label: vPacketGenerator name |