Merge "Fix the missing log request-id"

This commit is contained in:
Zuul 2022-11-28 16:50:26 +00:00 committed by Gerrit Code Review
commit 1d8231d31f
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fix missing request-id in Trove services logs.
`Story 2010451 <https://storyboard.openstack.org/#!/story/2010451>`__

View File

@ -62,6 +62,7 @@ class TroveContext(context.RequestContext):
return parent_dict
def update_store(self):
super(TroveContext, self).update_store()
local.store.context = self
@classmethod