You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low severity. Not causing any problem that I can see. Really only seems to affect log readability.
Description
The l7 policy object sent along with the service object to the agent is very large because we are not filtering out pool objects related to the listener and policy. This makes the object recursively gather information about the pool, the listener, the loadbalancer, and even the policy itself. We can filter out pools in the call to 'to_dict' here.
The text was updated successfully, but these errors were encountered:
OpenStack Release
Applies only to mitaka currently
Bug Severity
Low severity. Not causing any problem that I can see. Really only seems to affect log readability.
Description
The l7 policy object sent along with the service object to the agent is very large because we are not filtering out pool objects related to the listener and policy. This makes the object recursively gather information about the pool, the listener, the loadbalancer, and even the policy itself. We can filter out pools in the call to 'to_dict' here.
The text was updated successfully, but these errors were encountered: