Merge "Stop setting deprecated fields in redacted_copy"

This commit is contained in:
Zuul 2024-11-15 16:56:32 +00:00 committed by Gerrit Code Review
commit 3e3e4b90d8

View File

@ -417,10 +417,6 @@ class RequestContext:
service_roles=self.service_roles,
global_request_id=self.global_request_id,
system_scope=self.system_scope,
user=self.user,
domain=self.domain,
user_domain=self.user_domain,
project_domain=self.project_domain,
is_admin=self.is_admin,
**kwargs
)