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:
hewei 2018-11-09 12:34:41 +08:00 committed by Nguyen Hai
parent 76cdc8deef
commit dd66889c29

View File

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