Merge "Add correlation type "nsh" to both PPs and PCs"
This commit is contained in:
@@ -68,7 +68,8 @@ class CreateSfcPortChain(command.ShowOne):
|
||||
action=parseractions.MultiKeyValueAction,
|
||||
optional_keys=['correlation', 'symmetric'],
|
||||
help=_('Dictionary of chain parameters. Supports '
|
||||
'correlation=mpls and symmetric=true|false.'))
|
||||
'correlation=(mpls|nsh) (default is mpls) '
|
||||
'and symmetric=(true|false).'))
|
||||
parser.add_argument(
|
||||
'--port-pair-group',
|
||||
metavar='<port-pair-group>',
|
||||
|
||||
@@ -58,7 +58,7 @@ class CreateSfcPortPair(command.ShowOne):
|
||||
action=parseractions.MultiKeyValueAction,
|
||||
optional_keys=['correlation', 'weight'],
|
||||
help=_('Dictionary of service function parameters. '
|
||||
'Currently, correlation=(None|mpls) and weight '
|
||||
'Currently, correlation=(None|mpls|nsh) and weight '
|
||||
'are supported. Weight is an integer that influences '
|
||||
'the selection of a port pair within a port pair group '
|
||||
'for a flow. The higher the weight, the more flows will '
|
||||
|
||||
Reference in New Issue
Block a user