openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Remove unused lookup of VNID for TearDownPod #207

Closed dcbw closed 8 years ago

dcbw commented 8 years ago

The script doesn't care about the VNID, so we shouldn't bother looking it up only to fail if the teardown request comes after the master has sent the NetNamespace deleted notification.

https://bugzilla.redhat.com/show_bug.cgi?id=1277383

pravisankar commented 8 years ago

LGTM