Merge "Cleanup unused key-value in the attribute of l3"

This commit is contained in:
Zuul 2018-07-02 14:53:11 +00:00 committed by Gerrit Code Review
commit 8cbab5756c
3 changed files with 5 additions and 5 deletions

View File

@ -96,10 +96,7 @@ RESOURCE_ATTRIBUTE_MAP = {
'network_id': {'type:uuid': None,
'required': True},
'external_fixed_ips': {
'convert_list_to':
converters.convert_kvp_list_to_dict,
'type:fixed_ips': None,
'default': None,
'required': False,
}
}

View File

@ -42,9 +42,7 @@ RESOURCE_ATTRIBUTE_MAP = {
'convert_to':
converters.convert_to_boolean},
'external_fixed_ips': {
'convert_list_to': converters.convert_kvp_list_to_dict,
'type:fixed_ips': None,
'default': None,
'required': False
}
}

View File

@ -0,0 +1,5 @@
---
other:
- |
The ``convert_list_to`` and ``default`` parameters of external_fixed_ips
have been removed from l3 and l3_ext_gw_mode API definitions.