diff --git a/zun/common/context.py b/zun/common/context.py index 8241dbd3e..beda84424 100644 --- a/zun/common/context.py +++ b/zun/common/context.py @@ -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,