Merge "Add FQDN_FIELD_SIZE constant"

This commit is contained in:
Jenkins 2017-01-09 18:50:19 +00:00 committed by Gerrit Code Review
commit 2edac60fa7

View File

@ -22,6 +22,7 @@ STATUS_FIELD_SIZE = 16
IP_ADDR_FIELD_SIZE = 64 # large enough to hold a v4 or v6 address
MAC_ADDR_FIELD_SIZE = 32
RESOURCE_TYPE_FIELD_SIZE = 255
FQDN_FIELD_SIZE = 255
# Alembic branches
EXPAND_BRANCH = 'expand'