Skip to content

Commit

Permalink
Merge pull request #272 from mansam/fix-collection-of-network-quotas
Browse files Browse the repository at this point in the history
Use the correct id when collecting quotas from Neutron
  • Loading branch information
aufi authored Apr 13, 2018
2 parents bf0f3d2 + 90005c9 commit f48200e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def quotas_for_current_tenant
end

def quotas_for_accessible_tenants
@os_handle.accessor_for_accessible_tenants(SERVICE_NAME, :quotas_for_current_tenant, 'id', false)
@os_handle.accessor_for_accessible_tenants(SERVICE_NAME, :quotas_for_current_tenant, 'tenant_id', false)
end
end
end

0 comments on commit f48200e

Please sign in to comment.