Reviewed: https://review.opendev.org/662207 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=c9773782c36a1d8fd19bd400d22c42e96fb63a61 Submitter: Zuul Branch: master
commit c9773782c36a1d8fd19bd400d22c42e96fb63a61 Author: Slawek Kaplonski <[email protected]> Date: Thu May 30 15:07:39 2019 +0200 [api-ref] Update info about internal_ip_address in FIP port forwarding Parameter "internal_ip_address" used in floating IP port forwarding was wrongly marked as optional as in api definition it is required. This patch updates api-ref description to be matched with current definition in the code. Change-Id: Ib42bed3c5b293c207a8a81f24bd5016f168706fe Closes-Bug: #1830554 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1830554 Title: Port forwarding require always internal_ip_address to be given Status in neutron: Fix Released Bug description: In Neutron API-Ref there is info that internal_ip_address is optional in port_forwarding POST call: https://developer.openstack.org/api- ref/network/v2/index.html?expanded=create-port-forwarding-detail ,create-floating-ip-detail#create-port-forwarding However in API def in neutron-lib, it is mandatory to be set: https://github.com/openstack/neutron- lib/blob/master/neutron_lib/api/definitions/floating_ip_port_forwarding.py#L107 thus when trying to create port forwarding without fixed IP set, it fails. So api-ref or api definition should be changed. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1830554/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

