From: Sanjay Upadhyay Date: Thu, 8 Dec 2016 09:24:10 +0000 (+0530) Subject: Correction to SRIOV THT Examples X-Git-Tag: opnfv-6.0.0~1318^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5de29f8e31321f370b1a95091a51ebfc088a9143;p=apex-tripleo-heat-templates.git Correction to SRIOV THT Examples example for - NeutronSriovNumVFs - NeutronPhysicalDevMappings as given, causes parsing error. Change-Id: I71fb42f10dac70afa02244cd6629b3439f418d63 Closes-Bug: #1648351 --- diff --git a/puppet/services/neutron-sriov-agent.yaml b/puppet/services/neutron-sriov-agent.yaml index 44f7f242..0ab066d7 100644 --- a/puppet/services/neutron-sriov-agent.yaml +++ b/puppet/services/neutron-sriov-agent.yaml @@ -25,6 +25,7 @@ parameters: All physical networks listed in network_vlan_ranges on the server should have mappings to appropriate interfaces on each agent. + Example "tenant0:ens2f0,tenant1:ens2f1" type: comma_delimited_list default: "" NeutronExcludeDevices: @@ -40,8 +41,8 @@ parameters: NeutronSriovNumVFs: description: > Provide the list of VFs to be reserved for each SR-IOV interface. - Format ":",":" - Example "eth1:4096","eth2:128" + Format ":,:" + Example "eth1:4096,eth2:128" type: comma_delimited_list default: ""