neutron-lib/releasenotes/notes/disable-port-number-zero-2fb484a802f099a7.yaml
LIU Yulong 8dc31ec5f2 Disable port number 0 for floating IP port_forwarding
Floating IP port forwarding internal or external port number should
not allow 0, otherwise you will get some ValueError exception in
neutron server.

Directly modify the floating-ip-port-forwarding extension to change
the external_port and internal_port minimum value.

Change-Id: Icb177932f6cf1262757b29cb9b997321704616b7
Closes-Bug: #1799150
2018-11-02 23:06:28 +08:00

9 lines
348 B
YAML

---
fixes:
- |
Neutron API should not allow user to set zero for floating IP port
forwarding internal or external port number. Directly modify the
floating-ip-port-forwarding extension to change external_port and
internal_port minimum value to 1. Then API and port forwarding object
will make consistent for these attributes.