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
When icontrol_driver failed to be intialized for some driver issues (import error, barbican connection failed, ... ), agent_manager keep running itself instead of exit
OpenStack Release
Ocata
Description
When icontrol_driver failed to be intialized for some driver issues (import error, barbican connection failed, ... ), agent_manager keep running itself instead of exit
Agent Version
stable/ocata
Operating System
ubuntu16.04
OpenStack Release
Ocata
Description
Even the code (https://github.com/F5Networks/f5-openstack-agent/blob/master/f5_openstack_agent/lbaasv2/drivers/bigip/agent_manager.py#L345)
says exit the app when ImportError occurs, it does not work since acutually icontrol driver catch every exception (https://github.com/F5Networks/f5-openstack-agent/blob/master/f5_openstack_agent/lbaasv2/drivers/bigip/icontrol_driver.py#L438).
It makes user to be confused, since the program makes AttributeError rather than exit early.
Log below.
Deployment
One Neutron API, one agent.
The text was updated successfully, but these errors were encountered: