Skip to content

Commit

Permalink
neutron subnet-list filter by tenant returns None
Browse files Browse the repository at this point in the history
Change-Id: I9595cae4e0b6f04e01dda4d46b49d1ddc47ac253
Closes-Bug: #1532270
  • Loading branch information
sajuptpm committed Jan 8, 2016
1 parent 98dea33 commit 9106e09
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2482,7 +2482,7 @@ def subnets_list(self, context, filters=None):
continue
if not self._filters_is_present(filters,
'tenant_id',
sn_proj_id):
str(uuid.UUID(sn_proj_id))):
continue
if not self._filters_is_present(filters,
'network_id',
Expand Down

0 comments on commit 9106e09

Please sign in to comment.