Code review comment for lp:~rackspace-titan/nova/empty-network-lp835242

Revision history for this message
Vish Ishaya (vishvananda) wrote :

LGTM. Curiosity:

7 except (TypeError, KeyError) as exc:
8 - LOG.exception(exc)
9 raise TypeError

Why are we catching and reraising a different exception?

review: Approve

« Back to merge proposal