diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-09-01 15:42:01 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-09-01 15:42:01 -0400 |
| commit | a36e0a1cbc5645ab47041c2627dba80b39b23cc2 (patch) | |
| tree | 77e1cd5a08cf10145c228d6042adf339db012b8b /nova/api | |
| parent | dbd5acd2ba6bc9853f165d457eaf6abe7559a92e (diff) | |
| download | nova-a36e0a1cbc5645ab47041c2627dba80b39b23cc2.tar.gz nova-a36e0a1cbc5645ab47041c2627dba80b39b23cc2.tar.xz nova-a36e0a1cbc5645ab47041c2627dba80b39b23cc2.zip | |
Fixes for minor network manager issues centered around deleting/accessing instances which don't have network information set.
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): |
