On 12/27/2013 3:36 AM, Jay Pipes wrote: > 1) Apply this patch to Neutron: > > https://gist.github.com/jaypipes/8135839 > Hi jay, The patch you provided cannot be directly applied for havana release (at least for RDO havana deployment). Here's my modification: https://gist.github.com/li-ma/8726625 The affected lines in my code are # 42-43: select the preferred agent and then jump out of the loop # 109: change the parameter name from "sync_router" to "router_id" # 120: get the true "sync_router" object from "router_id" # 159: select the preferred agent and then jump out of the loop -- Nick Ma skywalker.nick at gmail.com