summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLIU Yulong <i@liuyulong.me>2018-05-14 14:16:26 +0800
committerLIU Yulong <i@liuyulong.me>2018-05-17 10:11:27 +0800
commit5e59cd2a5fcac205e3452efa20a1738c54834520 (patch)
tree0aba7c8ab74437b9826b8879fe6481995b2f7986 /setup.cfg
parent37bf4889ba8713f12c97cdb3f8246ad39555b047 (diff)
downloadneutron-5e59cd2a5fcac205e3452efa20a1738c54834520.tar.gz
Refactor for L3 router QoS extensions
Move the l3 qos extensions to a separated folder, then we can move a following up router gateway IP QoS extension to it. And also extract some common code to a base class. Related-Bug: #1757044 Change-Id: I63cc9506caa80f889ad817444281a0ac31bc9418
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f80d0aea98..28c78ac2d5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -106,7 +106,7 @@ neutron.agent.l2.extensions =
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
+ fip_qos = neutron.agent.l3.extensions.qos.fip:FipQosAgentExtension
neutron.services.logapi.drivers =
ovs = neutron.services.logapi.drivers.openvswitch.ovs_firewall_log:OVSFirewallLoggingDriver
neutron.qos.agent_drivers =