Merge "Preserve request id in Cinder logs when creating boot volume" into stable/stein

This commit is contained in:
Zuul 2020-05-20 09:31:04 +00:00 committed by Gerrit Code Review
commit a33759038a
1 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,8 @@ def get_internal_tenant_context():
if project_id and user_id:
return RequestContext(user_id=user_id,
project_id=project_id,
is_admin=True)
is_admin=True,
overwrite=False)
else:
LOG.warning('Unable to get internal tenant context: Missing '
'required config parameters.')