Merge "Remove db layer hard-code permission checks for network_get_by_cidr"

This commit is contained in:
Jenkins 2015-03-18 07:47:21 +00:00 committed by Gerrit Code Review
commit f694bc9806
1 changed files with 0 additions and 1 deletions

View File

@ -2980,7 +2980,6 @@ def network_get_by_uuid(context, uuid):
return result
@require_admin_context
def network_get_by_cidr(context, cidr):
result = _network_get_query(context).\
filter(or_(models.Network.cidr == cidr,