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

Agent manager raises KeyError exception during load balancer sync #1233

Merged
merged 1 commit into from
Jan 20, 2018

Conversation

jlongstaf
Copy link
Contributor

@richbrowne

What issues does this address?

Fixes #1228

What's this change do?

Adds try/except block to catch KeyError exception.

Where should the reviewer start?

agent_manager.py

Any background context?

No.

Issues:
Fixes F5Networks#1228

Problem: Agent manger raises KeyError exception when it deletes
a LB ID that is no longer in collection of pending services.

Analysis: Added try/except block to catch KeyError and log exception.

Tests: Tempest tests
@richbrowne richbrowne merged commit 1cfba10 into F5Networks:stable/newton Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants