summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-09-07 20:41:03 +0000
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-09-07 20:41:03 +0000
commit91ac11af8cd8b06feb2bd53bc39ba4636977e7b5 (patch)
tree76a51d118f54395e72d24108d57946c209ab005a /nova/api
parent591997a76a8395a72c7316207983e1225c9c4a62 (diff)
parentede50666215d38f037d9783556647889bc88c6bc (diff)
pull-up from trunk
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/views/addresses.py1
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):