summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorZhaoBo <zhaobo6@huawei.com>2018-07-03 17:05:36 +0800
committerZhaoBo <zhaobo6@huawei.com>2018-07-26 11:43:34 +0800
commit21ae99d5b3e287480a2d9cfcfdc2571671d047c4 (patch)
treeb056cd3dd8c6fcb59b59c6ed406fd9dfe7dd04b8 /setup.cfg
parentca0c2746a89e6a9d0e7c333d798088b90a336518 (diff)
downloadneutron-21ae99d5b3e287480a2d9cfcfdc2571671d047c4.tar.gz
[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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b58bd7accc..57595a0cb9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -73,6 +73,7 @@ neutron.service_plugins =
trunk = neutron.services.trunk.plugin:TrunkPlugin
loki = neutron.services.loki.loki_plugin:LokiPlugin
log = neutron.services.logapi.logging_plugin:LoggingPlugin
+ port_forwarding = neutron.services.portforwarding.pf_plugin:PortForwardingPlugin
neutron.ml2.type_drivers =
flat = neutron.plugins.ml2.drivers.type_flat:FlatTypeDriver
local = neutron.plugins.ml2.drivers.type_local:LocalTypeDriver