Comment 1 for bug 1413111

Revision history for this message
yalei wang (yalei-wang) wrote :

after reviewing the code, defer_apply could return IpTablesApplyException, and that make _process_external in agent/l3/agent.py go directly into L554 except (n_exc.FloatingIpSetupException, n_exc.IpTablesApplyException):

then " local variable 'existing_floating_ips' referenced before assignment "