Merge "Add correlation type "nsh" to both PPs and PCs"

This commit is contained in:
Zuul
2018-01-18 22:36:47 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -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>',

View File

@@ -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 '