neutron/neutron/agent/l3/extensions/qos
LIU Yulong 78629e0d37 Remove L3 IP QoS cache when router is down
When router admin-state is down or removed, fip-qos and gateway-ip-qos
extension should delete the router IPs' QoS rate limit cache. Then if
the router is up again the router floating IPs QoS can be reconfigured.
This patch achives these:
1. make sure floating IP or gateway IP QoS cache removed.
2. floating IP QoS can be re-configured to snat device when router
   doing admin_state down/up.

Closes-Bug: #1826695
Change-Id: I24fcecd9686ad17fa50093bb8bccab0d6c711298
2019-08-16 23:36:27 +08:00
..
__init__.py Refactor for L3 router QoS extensions 2018-05-17 10:11:27 +08:00
base.py Minimizing L3 agent QoS extensions lock granularity 2019-07-02 23:13:29 +08:00
fip.py Remove L3 IP QoS cache when router is down 2019-08-16 23:36:27 +08:00
gateway_ip.py Minimizing L3 agent QoS extensions lock granularity 2019-07-02 23:13:29 +08:00