Merge "Remove unnecessary check if agent object from db is not None"
This commit is contained in:
commit
344d43ec0a
@ -1044,8 +1044,6 @@ class _DVRAgentInterfaceMixin(object):
|
|||||||
{'ag': const.AGENT_TYPE_L3,
|
{'ag': const.AGENT_TYPE_L3,
|
||||||
'host': host})
|
'host': host})
|
||||||
return
|
return
|
||||||
if not l3_agent_db:
|
|
||||||
return
|
|
||||||
|
|
||||||
l3_agent_mode = self._get_agent_mode(l3_agent_db)
|
l3_agent_mode = self._get_agent_mode(l3_agent_db)
|
||||||
if l3_agent_mode == const.L3_AGENT_MODE_DVR_NO_EXTERNAL:
|
if l3_agent_mode == const.L3_AGENT_MODE_DVR_NO_EXTERNAL:
|
||||||
|
Loading…
Reference in New Issue
Block a user