** Changed in: glance
       Status: In Progress => Won't Fix

** Changed in: glance
    Milestone: icehouse-2 => None

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1211973

Title:
  Error notification payload not a dict

Status in OpenStack Image Registry and Delivery Service (Glance):
  Won't Fix

Bug description:
  According to the NotificationSystem wiki page [1], the payload element of the 
notification envelope should be a python dict.
  Certain error priority notifications in Glance are emitted with a string as a 
payload. This breaks the contract defined
  in the docs.

  An example of this can be seen in this notification: 
https://gist.github.com/ramielrowe/6225570
  This notification is generated as part of 
glance.api.v1.upload_utils.upload_data_to_store(...)

  The expected payload would be something like:
  'payload' {'message': 'Received HTTP error while uploading image xxxxxxxxxx'}
  But, it may also be a good idea to include further details about the 
exception, like the exceptions class.

  [1]
  
https://wiki.openstack.org/wiki/NotificationSystem#General_Notification_Message_Format

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1211973/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to