neutron-lib/releasenotes/notes/cleanup-unused-l3-attr-def-f0eab40813d17a2d.yaml
Hirofumi Ichihara 5180f8fd7f Cleanup unused key-value in the attribute of l3
The external_fixed_ips is defined "convert_list_to" and "default"
in external_gateway_info attribute of l3 and l3_ext_gw_mode.
However, the "type:dict_or_nodata" validator doesn't manage
"convert_list_to" and "default" keys.
They are unused definitions so this patch removes them.

Change-Id: I9078a655adfd3a3567e4b4bd878e41ab68b1e1f2
2018-06-20 16:23:30 +09:00

6 lines
160 B
YAML

---
other:
- |
The ``convert_list_to`` and ``default`` parameters of external_fixed_ips
have been removed from l3 and l3_ext_gw_mode API definitions.