Add missing default "direction" value to "qos-pps-minimum"
All QoS rule types with "direction" parameter have "egress" as default value. Change-Id: Icd66a4ce29fd3bdf3610157006a42416bb12cd54 Related-Bug: #1922237
This commit is contained in:
@@ -48,7 +48,7 @@ SUB_RESOURCE_ATTRIBUTE_MAP = {
|
||||
'allow_post': True,
|
||||
'allow_put': True,
|
||||
'is_visible': True,
|
||||
'default': None,
|
||||
'default': constants.EGRESS_DIRECTION,
|
||||
'is_filter': True,
|
||||
'is_sort_key': True,
|
||||
'validate': {
|
||||
|
Reference in New Issue
Block a user