midokura / neutron

Quantum is a virtual network service for Openstack, and a part of Netstack.
http://openstack.org
Apache License 2.0
2 stars 3 forks source link

Handle gw removed and interface removed in delete_port #41

Closed rossella closed 11 years ago

rossella commented 11 years ago

Change-Id: Ia44b7a26d66286ae21bd6155b15c78819384d1ca

rossella commented 11 years ago

Hey Ryu, this is just to double check my changes. No need to merge it. Please let me know if you see anything wrong, I'll address your comments on my machine, squash and create another patchset for the review

rossella commented 11 years ago

I added Alex's bug fix https://github.com/midokura/neutron/pull/40 in this pull req.

rossella commented 11 years ago

Ryu, I agree with your comments. I'll apply them and push. The key l3_db.EXTERNAL_GW_INFO should be there because it's set by _make_router_dict, so for router update should always be there. But it's better to check. it won't hurt