Add missing contants
Missing constants MIN_VLAN_TAG and MAX_VLAN_TAG in function is_valid_vlan_tag, path: tacker/common/utils Change-Id: I26619fa71219c24f2eeed77de3c69e46a00e22a5
This commit is contained in:
parent
76cdc8deef
commit
dd66889c29
@ -16,6 +16,9 @@
|
||||
# TODO(salv-orlando): Verify if a single set of operational
|
||||
# status constants is achievable
|
||||
|
||||
MAX_VLAN_TAG = 4094
|
||||
MIN_VLAN_TAG = 1
|
||||
|
||||
PAGINATION_INFINITE = 'infinite'
|
||||
|
||||
SORT_DIRECTION_ASC = 'asc'
|
||||
|
Loading…
Reference in New Issue
Block a user