Merge "Remove a useless function"

This commit is contained in:
Zuul 2018-06-16 00:54:09 +00:00 committed by Gerrit Code Review
commit dbd9b006af
1 changed files with 0 additions and 5 deletions

View File

@ -459,11 +459,6 @@ class V3Controller(provider_api.ProviderAPIMixin, wsgi.Application):
ref['domain_id'] = self._get_domain_id_from_token(request)
return ref
@staticmethod
def filter_domain_id(ref):
"""Override v2 filter to let domain_id out for v3 calls."""
return ref
def check_protection(self, request, prep_info, target_attr=None):
"""Provide call protection for complex target attributes.