diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-19 13:20:47 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-19 13:20:47 +0000 |
commit | 2d1627911760b8aae65adfcbbc995d022879f3f1 (patch) | |
tree | 6de2e012218daed3b293caad45e4d62cdb7ad722 | |
parent | b8a4e40cf2281036d4fb1f8db48ce16625b2edac (diff) | |
parent | 5de29f8e31321f370b1a95091a51ebfc088a9143 (diff) |
Merge "Correction to SRIOV THT Examples"
-rw-r--r-- | puppet/services/neutron-sriov-agent.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
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 "<interface_name1>:<numvfs1>","<interface_name2>:<numvfs2>" - Example "eth1:4096","eth2:128" + Format "<interface_name1>:<numvfs1>,<interface_name2>:<numvfs2>" + Example "eth1:4096,eth2:128" type: comma_delimited_list default: "" |