Merge "Add is_filter to port_mac_address_regenerate"
This commit is contained in:
commit
d24aa98369
@ -29,6 +29,8 @@ RESOURCE_ATTRIBUTE_MAP = {
|
|||||||
'convert_to': converters.convert_to_mac_if_none,
|
'convert_to': converters.convert_to_mac_if_none,
|
||||||
'validate': {'type:mac_address': None},
|
'validate': {'type:mac_address': None},
|
||||||
'enforce_policy': True,
|
'enforce_policy': True,
|
||||||
|
'is_filter': True,
|
||||||
|
'is_sort_key': True,
|
||||||
'is_visible': True},
|
'is_visible': True},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user