Notification for Instance Exists not handled

Bug #1544181 reported by Peter Stachowski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
New
Undecided
Unassigned

Bug Description

The new Notification framework hasn't been implemented for 'Trove Instance Exists' - the code below is saved here for reference (from trove/common/notification.py)

See the commit message in https://review.openstack.org/#/c/227870 for more details.

 # class TroveInstanceExists(TroveBaseTraits):
 #
 # '''
 # Additional traits for trove.instance.exists notifications that describe
 # instance action events
 #
 # This class should correspond to trove_instance_exists in
 # ceilometer/event_definitions.yaml
 # '''
 #
 # def __init__(self, **kwargs):
 # audit_start = kwargs['audit_start'],
 # audit_end = kwargs['audit_end'],
 #
 # super(TroveInstanceExists, self).__init__(**kwargs)
 #
 # self.payload.update({
 # 'audit_period_beginning': audit_start,
 # 'audit_period_ending': audit_end,
 # })
 #
 # def notify(self):
 # self.context = None
 # super(TroveInstanceExists, self).notify('exists', publisher_id=None)

description: updated
description: updated
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.