Merge "Correction to SRIOV THT Examples"

This commit is contained in:
Jenkins 2016-12-19 13:20:47 +00:00 committed by Gerrit Code Review
commit 2d16279117
1 changed files with 3 additions and 2 deletions

View File

@ -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: ""