Changing the description of NeutronSriovNumVFs parameter

The NeutronSriovNumVFs parameter could have now another option (mode)
The mode could be legacy as a default value or switchdev in case of
enabling ovs hardware offload


Change-Id: Ic1a70feea4409368f6199ed0ae3729d3127077bd
This commit is contained in:
waleed mousa 2018-01-09 03:23:27 -05:00
parent 9bd6732bd6
commit 23b4f75eaf
2 changed files with 6 additions and 6 deletions

View File

@ -55,10 +55,10 @@ parameters:
tags:
- role_specific
NeutronSriovNumVFs:
description: >
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>:<mode>","<interface_name2>:<numvfs2>"]
Example ["eth1:4096:switchdev","eth2:128:legacy","eth3:30"]
type: comma_delimited_list
default: ""
tags:

View File

@ -32,10 +32,10 @@ parameters:
via parameter_defaults in the resource registry.
type: json
NeutronSriovNumVFs:
description: >
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>:<mode>","<interface_name2>:<numvfs2>"]
Example ["eth1:4096:switchdev","eth2:128:legacy","eth3:30"]
type: comma_delimited_list
default: ""
tags: