Public bug reported: 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. ** Affects: neutron Importance: Low Assignee: Slawek Kaplonski (slaweq) Status: Confirmed ** Tags: api api-ref l3-dvr-backlog -- 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: Confirmed 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

