Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L7 Policy object that is sent to agent from driver is not filtering out related objects from its dict #473

Open
pjbreaux opened this issue Mar 9, 2017 · 0 comments
Assignees

Comments

@pjbreaux
Copy link
Contributor

pjbreaux commented Mar 9, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants