Comment 24 for bug 1491317

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-lib (master)

Reviewed: https://review.openstack.org/578764
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=e863e8f1cd25a786fe416e94185f250eb1191d2f
Submitter: Zuul
Branch: master

commit e863e8f1cd25a786fe416e94185f250eb1191d2f
Author: ZhaoBo <email address hidden>
Date: Thu Jun 28 18:41:00 2018 +0800

    Extend port_forwardings field in Floatingip response

    This patch introduces a new API extension for exposing
    port_forwardings field in Floatingip response.

    This extension requires the router and port_forwarding service plugins.

    This change implements the effect of port forwarding on
    the existing Floatingip API, as specified in [1]

    [1]
    https://specs.openstack.org/openstack/neutron-specs/rocky/port-forwarding.html

    Change-Id: Ia35b57fb26a0cf277f31816e90d24f91ca1f63d1
    Partial-Bug: #1491317