Remove use of tenant in common/context.py

Tenant has been removed from context.
Fixes UTs and pep8.

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
Change-Id: I10daa22b614aab456b837c03278eb04da0355ff7
This commit is contained in:
Spyros Trigazis 2022-03-17 16:14:22 +00:00 committed by Spyros Trigazis
parent 4c4bba1333
commit 896583e771

View File

@ -42,7 +42,7 @@ class RequestContext(context.RequestContext):
"""
super(RequestContext, self).__init__(auth_token=auth_token,
user_id=user_name,
tenant=project_name,
project_id=project_name,
is_admin=is_admin,
read_only=read_only,
show_deleted=show_deleted,