Merge "Rename deprecated context parameter"
This commit is contained in:
commit
f3e0e67c40
@ -41,8 +41,8 @@ class RequestContext(context.RequestContext):
|
||||
|
||||
"""
|
||||
super(RequestContext, self).__init__(auth_token=auth_token,
|
||||
user=user_name,
|
||||
tenant=project_name,
|
||||
user_id=user_name,
|
||||
project_id=project_name,
|
||||
is_admin=is_admin,
|
||||
read_only=read_only,
|
||||
show_deleted=show_deleted,
|
||||
|
Loading…
Reference in New Issue
Block a user