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

NetworkManager credentials aren't marked as invalid ever #530

Open
agrare opened this issue Oct 8, 2020 · 0 comments
Open

NetworkManager credentials aren't marked as invalid ever #530

agrare opened this issue Oct 8, 2020 · 0 comments

Comments

@agrare
Copy link
Member

agrare commented Oct 8, 2020

If we cannot authenticate to the OVN API we do not mark the credentials as invalid so refresh and event catcher tries to run constantly. Specifically the Redhat::NetworkManager::EventCatcher restarts every 15 seconds constantly dumping errors to the logs.

This is because the authentication_status is delegated to the parent manager:
https://github.com/ManageIQ/manageiq-providers-ovirt/blob/master/app/models/manageiq/providers/redhat/network_manager.rb#L25-L30

We should at least be checking the status against the network manager API even if we use the parent_manager's authentications

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

1 participant