Merge "Allow filtering/sorting by the 'mtu' field"

This commit is contained in:
Zuul 2019-03-14 17:43:13 +00:00 committed by Gerrit Code Review
commit 24ca972d0c
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ UPDATED_TIMESTAMP = "2017-07-12T00:00:00-00:00"
RESOURCE_ATTRIBUTE_MAP = {
network.COLLECTION_NAME: {
MTU: {'allow_post': True, 'allow_put': True, 'is_visible': True,
'is_filter': True, 'is_sort_key': True,
'validate': {'type:non_negative': None}, 'default': 0,
'convert_to': converters.convert_to_int},
},