Skip to content

Commit

Permalink
Merge "Continue on the the next tenant_id on 400 codes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Mar 29, 2012
2 parents b5e92a3 + dc5a29d commit 8079d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/network/quantum/melange_ipam_lib.py
Expand Up @@ -158,7 +158,7 @@ def get_tenant_id_by_net_id(self, context, net_id, vif_id, project_id):
for tid in tenant_ids:
try:
self.m_conn.get_allocated_ips(net_id, vif_id, tid)
except KeyError:
except Exception:
continue
ipam_tenant_id = tid
break
Expand Down

0 comments on commit 8079d82

Please sign in to comment.