summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLIU Yulong <i@liuyulong.me>2017-04-05 18:04:13 +0800
committerLIU Yulong <i@liuyulong.me>2017-12-20 10:20:05 +0800
commitd0aaae280079796883dcc14bada81be4655b214b (patch)
tree35bbe858b8a590256f1a19055e3decf24b859828 /setup.cfg
parentdada32e95b480d6da7731ee598e7aaaaa1833109 (diff)
downloadneutron-d0aaae280079796883dcc14bada81be4655b214b.tar.gz
[L3][QoS] L3 agent side Floating IP rate limit
This patch implements the L3 agent side floating IP rate limit. For all routers, if floating IP has qos rules, the corresponding TC filters will be added to: 1. for legacy/HA router, the device is qg-device of qrouter-namespace, aka router gateway in network node. 2. for dvr (HA) router in compute node, the device is rfp-device, the namespace is qrouter-namespace. 3. for dvr (HA) router in network node, the device is qg-device in snat-namespace. Partially-Implements blueprint: floating-ip-rate-limit Change-Id: Ie8a5fe4ebaeccfb3998732dd972663c54542b5bf
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0f99f49db5..9d69bf0772 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -115,6 +115,8 @@ neutron.agent.l2.extensions =
qos = neutron.agent.l2.extensions.qos:QosAgentExtension
fdb = neutron.agent.l2.extensions.fdb_population:FdbPopulationAgentExtension
log = neutron.services.logapi.agent.log_extension:LoggingExtension
+neutron.agent.l3.extensions =
+ fip_qos = neutron.agent.l3.extensions.fip_qos:FipQosAgentExtension
neutron.qos.agent_drivers =
ovs = neutron.plugins.ml2.drivers.openvswitch.agent.extension_drivers.qos_driver:QosOVSAgentDriver
sriov = neutron.plugins.ml2.drivers.mech_sriov.agent.extension_drivers.qos_driver:QosSRIOVAgentDriver