Merge "[Trivial]Remove unused helper _remove_fip_rate_limit_cache"

This commit is contained in:
Zuul 2019-08-14 22:16:50 +00:00 committed by Gerrit Code Review
commit 2a97ffe892

View File

@ -143,10 +143,6 @@ class FipQosAgentExtension(qos_base.L3QosAgentExtensionBase,
fip, dvr_fip_device, rates, with_cache=False)
self.fip_qos_map.update_policy(qos_policy)
def _remove_fip_rate_limit_cache(self, fip):
for direction in constants.VALID_DIRECTIONS:
self.fip_qos_map.remove_fip_ratelimit_cache(direction, fip)
def _process_reset_fip(self, fip):
self.fip_qos_map.clean_by_resource(fip)