Skip to content

Commit

Permalink
The tenant field is deleted from oslo.context version 4.0.0.However,t…
Browse files Browse the repository at this point in the history
…his field is used in the oslo.config.
  • Loading branch information
qinwang-murphy committed Feb 8, 2022
1 parent 1707c5b commit 014d58c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion delfin/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def __init__(self, user_id=None, project_id=None, is_admin=None,
super(RequestContext, self).__init__(
auth_token=auth_token,
user=user_id or user,
tenant=project_id or tenant,
domain=kwargs.pop('domain', None),
user_domain=kwargs.pop('user_domain', None),
project_domain=kwargs.pop('project_domain', None),
Expand Down

0 comments on commit 014d58c

Please sign in to comment.