Fixed bug where compute.instance.create.end updates were failing

because NovaNotification.message did not exist
This commit is contained in:
Anuj Mathur 2013-07-24 17:16:16 +05:30
parent 0919631c6c
commit 6df53afebd

View File

@ -209,6 +209,7 @@ class NovaNotification(Notification):
'audit_period_beginning', None)
self.audit_period_ending = self.payload.get(
'audit_period_ending', None)
self.message = self.payload.get('message', None)
@property
def host(self):