Re: [openstack-dev] [neutron] Changes to the core team

2014-12-08 Thread Gariganti, Sudhakar Babu
Congrats Kevin and Henry ☺. From: Kyle Mestery [mailto:mest...@mestery.com] Sent: Monday, December 08, 2014 11:32 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [neutron] Changes to the core team On Tue, Dec 2, 2014 at 9:59 AM, Kyle Mestery mailt

Re: [openstack-dev] [neutron][TripleO] Clear all flows when ovs agent start? why and how avoid?

2014-11-05 Thread Gariganti, Sudhakar Babu
I guess this blueprint[1] attempted to implement the flow synchronization issue during the agent restart. But I see no progress/updates. It would be helpful to know about the progress there. [1] https://blueprints.launchpad.net/neutron/+spec/neutron-agent-soft-restart On a different note, I agr

[openstack-dev] [neutron] agent_db module is_active VS is_agent_down

2014-11-13 Thread Gariganti, Sudhakar Babu
Hello Neutron folks, I see that we have an agent property 'is_active' which internally uses the method is_agent_down() defined in AgentDbMixin to let us know if the agent is UP/DOWN, from the server point of view. But I don't see any of the service plugins or schedulers leveraging this property