<div dir="ltr">Hi, all<div>Currently, LBaaS v2 doesn't support migration. Just like router instances, we can remove a router instance from one L3 agent and add it to another L3 agent.</div><div><br></div><div>So, there is a single point failure in LBaaS agent. As far as I know, LBaaS supports " allow_automatic_lbaas_agent_failover ". But in many cases, we want to migrate LBaaS instances manually. Do we plan to do this?</div><div><br></div><div>I'm doing this right now. But I meet a question. I define a function in agent_scheduler.py like this:</div><div><br></div><div><div>    def remove_loadbalancer_from_lbaas_agent(self, context, agent_id, loadbalancer_id):</div><div>        self._unschedule_loadbalancer(context, loadbalancer_id, agent_id)</div></div><div><br></div><div>The question is, how do I notify LBaaS agent? </div><div><br></div><div>Hope for your reply.</div><div><br></div><div><br></div><div><br></div><div>Thanks</div><div>Zhi Chang</div></div>