Merge "Fix the default value for ``hardware_offload_type`` field"

This commit is contained in:
Zuul 2023-07-17 14:55:34 +00:00 committed by Gerrit Code Review
commit 3bc1219d56
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ RESOURCE_ATTRIBUTE_MAP = {
'convert_to': converters.convert_to_string,
'enforce_policy': True,
'required_by_policy': False,
'default': None,
'default': constants.ATTR_NOT_SPECIFIED,
'is_visible': True,
'validate': {
'type:values': constants.VALID_HWOL_TYPES}