Remove hearbeat sent to the neutron
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-odl |
In Progress
|
Low
|
rajiv |
Bug Description
This bug is to track the effort for
==> Neutron enhancement (Check RFE)(rajivk)
- agentdb/agentapi: allows no timeout
- initialization hook
For the agentdb/agentapi item, the thing is currently agentdb sort of maintaining an DB item for each agent. Each agent has to maintain a heartbeat with neutron server. If timed out, the agent item in agent DB will be marked out to be not usable.
In our case, ODL is agentless. In order to adopt this agentDB model, we faked one in networking-odl. And in this fake agent, we maintain heartbeat with neutron server. This heartbeat is not necessary for ODL since all the node status is maintained by ODL. In theory, once ODL discovers a node is down, it will inform networking-odl which will relay this information to agentdb to mark it down.
This bug is to remove the part, where neutron server is notified regarding node failure and constant updates are sent.
Changed in networking-odl: | |
assignee: | nobody → rajiv (rajiv-kumar) |
tags: | added: rfe |
Fix proposed to branch: master /review. openstack. org/452625
Review: https:/