diff options
| author | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-09-07 20:41:03 +0000 |
|---|---|---|
| committer | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-09-07 20:41:03 +0000 |
| commit | 91ac11af8cd8b06feb2bd53bc39ba4636977e7b5 (patch) | |
| tree | 76a51d118f54395e72d24108d57946c209ab005a /nova/api | |
| parent | 591997a76a8395a72c7316207983e1225c9c4a62 (diff) | |
| parent | ede50666215d38f037d9783556647889bc88c6bc (diff) | |
pull-up from trunk
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/views/addresses.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/views/addresses.py b/nova/api/openstack/views/addresses.py index 8f07a2289..8d38bc9c3 100644 --- a/nova/api/openstack/views/addresses.py +++ b/nova/api/openstack/views/addresses.py @@ -88,7 +88,6 @@ class ViewBuilderV11(ViewBuilder): try: return interface['network']['label'] except (TypeError, KeyError) as exc: - LOG.exception(exc) raise TypeError def _extract_ipv4_addresses(self, interface): |
