Fixed bug where compute.instance.create.end updates were failing
because NovaNotification.message did not exist
This commit is contained in:
parent
0919631c6c
commit
6df53afebd
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user