Merge "Fix the missing log request-id"
This commit is contained in:
commit
1d8231d31f
5
releasenotes/notes/fix-missing-request-id-in-log.yaml
Normal file
5
releasenotes/notes/fix-missing-request-id-in-log.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix missing request-id in Trove services logs.
|
||||
`Story 2010451 <https://storyboard.openstack.org/#!/story/2010451>`__
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user