diff --git a/watcher/common/context.py b/watcher/common/context.py index 741f307c7..79da28d5c 100644 --- a/watcher/common/context.py +++ b/watcher/common/context.py @@ -62,6 +62,7 @@ class RequestContext(context.RequestContext): # safely ignore this as we don't use it. kwargs.pop('user_identity', None) kwargs.pop('global_request_id', None) + kwargs.pop('project', None) if kwargs: LOG.warning('Arguments dropped when creating context: %s', str(kwargs))