AMQP notifications contain an empty message context
Bug #1539136 reported by
Daryl Mowrer
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
In Progress
|
Medium
|
monika |
Bug Description
The Glance notification event messages do not contain useful request context information. The notifications should contain the request context so that user and project information can be extracted from them.
For example, in the v2 api, see the glance notifier.py code. It passes an empty dict for the request context to the oslo_messaging notifier calls when sending info, warn, and error notifications. The same applies to the v1 api.
Changed in glance: | |
assignee: | nobody → Drew Varner (avarner) |
status: | New → In Progress |
Changed in glance: | |
importance: | Undecided → Medium |
Changed in glance: | |
assignee: | nobody → monika (monikaparkar25) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/307550
Review: https:/