Comment 26 for bug 1491317

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

Reviewed: https://review.openstack.org/579910
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=21ae99d5b3e287480a2d9cfcfdc2571671d047c4
Submitter: Zuul
Branch: master

commit 21ae99d5b3e287480a2d9cfcfdc2571671d047c4
Author: ZhaoBo <email address hidden>
Date: Tue Jul 3 17:05:36 2018 +0800

    [server side] Floating IP port forwarding plugin

    This patch implements the plugin.
    This patch introduces an new service plugin for port forwarding resources,
    named 'pf_plugin', and supports create/update/delete port forwarding
    operation towards a free Floating IP.

    This patch including some works below:
    * Introduces portforwarding extension and the base class of plugin
    * Introduces portforwarding plugin, support CRUD port forwarding
    resources
    * Add the policy of portforwarding

    The race issue fix in:
    https://review.openstack.org/#/c/574673/

    Fip extend port forwarding field addition in:
    https://review.openstack.org/#/c/575326/

    Partially-Implements: blueprint port-forwarding
    Change-Id: Ibc446f8234bff80d5b16c988f900d3940245ba89
    Partial-Bug: #1491317