8dc31ec5f2
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
9 lines
348 B
YAML
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.
|